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