pub struct IdRef(/* private fields */);Expand description
Reference to an
Trait Implementations§
Source§impl From<IdResultType> for IdRef
impl From<IdResultType> for IdRef
Source§fn from(value: IdResultType) -> Self
fn from(value: IdResultType) -> Self
Converts to this type from the input type.
impl Copy for IdRef
impl Eq for IdRef
impl StructuralPartialEq for IdRef
Auto Trait Implementations§
impl Freeze for IdRef
impl RefUnwindSafe for IdRef
impl Send for IdRef
impl Sync for IdRef
impl Unpin for IdRef
impl UnsafeUnpin for IdRef
impl UnwindSafe for IdRef
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