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