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