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