Struct toggle
pub struct toggle;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for toggle
impl RefUnwindSafe for toggle
impl Send for toggle
impl Sync for toggle
impl Unpin for toggle
impl UnwindSafe for toggle
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