pub struct Muted;Expand description
The muted attribute
Trait Implementations§
Source§impl<'a, E> ElementData<E> for Mutedwhere
E: HasMuted<'a>,
impl<'a, E> ElementData<E> for Mutedwhere
E: HasMuted<'a>,
impl Eq for Muted
impl StructuralPartialEq for Muted
Auto Trait Implementations§
impl Freeze for Muted
impl RefUnwindSafe for Muted
impl Send for Muted
impl Sync for Muted
impl Unpin for Muted
impl UnwindSafe for Muted
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