pub struct Srcset<T = String>(pub T);
Expand description
The srcset
attribute
Tuple Fields§
§0: T
Trait Implementations§
Source§impl<'a, E, T> ElementData<E> for Srcset<T>
impl<'a, E, T> ElementData<E> for Srcset<T>
impl<T: Eq> Eq for Srcset<T>
impl<T> StructuralPartialEq for Srcset<T>
Auto Trait Implementations§
impl<T> Freeze for Srcset<T>where
T: Freeze,
impl<T> RefUnwindSafe for Srcset<T>where
T: RefUnwindSafe,
impl<T> Send for Srcset<T>where
T: Send,
impl<T> Sync for Srcset<T>where
T: Sync,
impl<T> Unpin for Srcset<T>where
T: Unpin,
impl<T> UnwindSafe for Srcset<T>where
T: UnwindSafe,
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