pub enum ImageSetParams<'a> {
Image(Image<'a>, Option<ResolutionOrType>),
String(String, Option<ResolutionOrType>),
}Variants§
Image(Image<'a>, Option<ResolutionOrType>)
String(String, Option<ResolutionOrType>)
Trait Implementations§
Source§impl<'a> Clone for ImageSetParams<'a>
impl<'a> Clone for ImageSetParams<'a>
Source§fn clone(&self) -> ImageSetParams<'a>
fn clone(&self) -> ImageSetParams<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for ImageSetParams<'a>
impl<'a> Debug for ImageSetParams<'a>
Source§impl<'a> Hash for ImageSetParams<'a>
impl<'a> Hash for ImageSetParams<'a>
Source§impl<'a> Ord for ImageSetParams<'a>
impl<'a> Ord for ImageSetParams<'a>
Source§fn cmp(&self, other: &ImageSetParams<'a>) -> Ordering
fn cmp(&self, other: &ImageSetParams<'a>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for ImageSetParams<'a>
impl<'a> Parse<'a> for ImageSetParams<'a>
Source§impl<'a> PartialEq for ImageSetParams<'a>
impl<'a> PartialEq for ImageSetParams<'a>
Source§impl<'a> PartialOrd for ImageSetParams<'a>
impl<'a> PartialOrd for ImageSetParams<'a>
Source§impl<'a> Peek<'a> for ImageSetParams<'a>
impl<'a> Peek<'a> for ImageSetParams<'a>
Source§impl<'a> ToCursors for ImageSetParams<'a>
impl<'a> ToCursors for ImageSetParams<'a>
fn to_cursors(&self, s: &mut impl CursorSink)
impl<'a> Eq for ImageSetParams<'a>
impl<'a> StructuralPartialEq for ImageSetParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for ImageSetParams<'a>
impl<'a> !RefUnwindSafe for ImageSetParams<'a>
impl<'a> !Send for ImageSetParams<'a>
impl<'a> !Sync for ImageSetParams<'a>
impl<'a> Unpin for ImageSetParams<'a>
impl<'a> !UnwindSafe for ImageSetParams<'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