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