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