pub struct Inert(pub bool);Expand description
Mark the element as not presently accessible (e.g. when overlayed by a loading state).
Tuple Fields§
§0: boolTrait Implementations§
Source§impl Attributes for Inert
impl Attributes for Inert
Source§impl Ord for Inert
impl Ord for Inert
Source§impl PartialOrd for Inert
impl PartialOrd for Inert
impl Copy for Inert
impl Eq for Inert
impl StructuralPartialEq for Inert
Auto Trait Implementations§
impl Freeze for Inert
impl RefUnwindSafe for Inert
impl Send for Inert
impl Sync for Inert
impl Unpin for Inert
impl UnwindSafe for Inert
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