pub struct HandleField(/* private fields */);
Implementations§
Source§impl HandleField
impl HandleField
pub fn take<T: From<MovedHandle>>(&mut self) -> Option<T>
Trait Implementations§
Source§impl Debug for HandleField
impl Debug for HandleField
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 HandleField
impl PartialEq for HandleField
impl Eq for HandleField
impl StructuralPartialEq for HandleField
Auto Trait Implementations§
impl Freeze for HandleField
impl RefUnwindSafe for HandleField
impl Send for HandleField
impl Sync for HandleField
impl Unpin for HandleField
impl UnwindSafe for HandleField
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