pub struct Far { /* private fields */ }Auto Trait Implementations§
impl Freeze for Far
impl RefUnwindSafe for Far
impl Send for Far
impl Sync for Far
impl Unpin for Far
impl UnwindSafe for Far
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