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