pub struct ToggleId(/* private fields */);Expand description
The id of a toggleable
Implementations§
Trait Implementations§
Source§impl Ord for ToggleId
impl Ord for ToggleId
Source§impl PartialOrd for ToggleId
impl PartialOrd for ToggleId
impl Copy for ToggleId
impl Eq for ToggleId
impl StructuralPartialEq for ToggleId
Auto Trait Implementations§
impl Freeze for ToggleId
impl RefUnwindSafe for ToggleId
impl Send for ToggleId
impl Sync for ToggleId
impl Unpin for ToggleId
impl UnwindSafe for ToggleId
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