pub struct Func2Mode;Expand description
Func2Mode mode (type state)
Auto Trait Implementations§
impl Freeze for Func2Mode
impl RefUnwindSafe for Func2Mode
impl Send for Func2Mode
impl Sync for Func2Mode
impl Unpin for Func2Mode
impl UnsafeUnpin for Func2Mode
impl UnwindSafe for Func2Mode
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