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