pub struct ImageSrcset(pub Cow<'static, str>);Expand description
Images to use in different situations. For Rel::Preload and As::Image only.
Tuple Fields§
§0: Cow<'static, str>Trait Implementations§
Source§impl Attributes for ImageSrcset
impl Attributes for ImageSrcset
Source§impl Clone for ImageSrcset
impl Clone for ImageSrcset
Source§fn clone(&self) -> ImageSrcset
fn clone(&self) -> ImageSrcset
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 Debug for ImageSrcset
impl Debug for ImageSrcset
Source§impl Hash for ImageSrcset
impl Hash for ImageSrcset
Source§impl Ord for ImageSrcset
impl Ord for ImageSrcset
Source§fn cmp(&self, other: &ImageSrcset) -> Ordering
fn cmp(&self, other: &ImageSrcset) -> 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 PartialEq for ImageSrcset
impl PartialEq for ImageSrcset
Source§impl PartialOrd for ImageSrcset
impl PartialOrd for ImageSrcset
impl Eq for ImageSrcset
impl StructuralPartialEq for ImageSrcset
Auto Trait Implementations§
impl Freeze for ImageSrcset
impl RefUnwindSafe for ImageSrcset
impl Send for ImageSrcset
impl Sync for ImageSrcset
impl Unpin for ImageSrcset
impl UnwindSafe for ImageSrcset
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