pub(crate) struct On;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for On
impl RefUnwindSafe for On
impl Send for On
impl Sync for On
impl Unpin for On
impl UnwindSafe for On
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