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