pub struct MovedHandle(/* private fields */);
Implementations§
Source§impl MovedHandle
impl MovedHandle
Trait Implementations§
Source§impl Debug for MovedHandle
impl Debug for MovedHandle
Source§impl From<MovedHandle> for HandleField
impl From<MovedHandle> for HandleField
Source§fn from(moved_handle: MovedHandle) -> HandleField
fn from(moved_handle: MovedHandle) -> HandleField
Converts to this type from the input type.
Source§impl PartialEq for MovedHandle
impl PartialEq for MovedHandle
impl Eq for MovedHandle
impl StructuralPartialEq for MovedHandle
Auto Trait Implementations§
impl Freeze for MovedHandle
impl RefUnwindSafe for MovedHandle
impl Send for MovedHandle
impl Sync for MovedHandle
impl Unpin for MovedHandle
impl UnwindSafe for MovedHandle
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