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