pub struct Image<'a> { /* private fields */ }
Expand description
IMAGE
Property
Newer properties that have a different value type than TEXT
have to
include the VALUE
parameter. This property already contains the
VALUE
parameter, do not add this parameter manually. Depending on
the constructor the value can be either URI
or BINARY
.
Implementations§
Source§impl<'a> Image<'a>
impl<'a> Image<'a>
Source§impl<'a> Image<'a>
impl<'a> Image<'a>
Sourcepub fn append(&mut self, parameters: Parameters<'a>)
pub fn append(&mut self, parameters: Parameters<'a>)
Adds several parameters at once to the property. For creating
several parameters at once, consult the documentation of
the parameters!
macro.
Trait Implementations§
Source§impl<'a> Ord for Image<'a>
impl<'a> Ord for Image<'a>
Source§impl<'a> PartialOrd for Image<'a>
impl<'a> PartialOrd for Image<'a>
impl<'a> Eq for Image<'a>
impl<'a> StructuralPartialEq for Image<'a>
Auto Trait Implementations§
impl<'a> Freeze for Image<'a>
impl<'a> RefUnwindSafe for Image<'a>
impl<'a> Send for Image<'a>
impl<'a> Sync for Image<'a>
impl<'a> Unpin for Image<'a>
impl<'a> UnwindSafe for Image<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more