pub struct OwnerId(/* private fields */);
Trait Implementations§
source§impl PartialEq for OwnerId
impl PartialEq for OwnerId
impl Eq for OwnerId
impl StructuralEq for OwnerId
impl StructuralPartialEq for OwnerId
Auto Trait Implementations§
impl RefUnwindSafe for OwnerId
impl Send for OwnerId
impl Sync for OwnerId
impl Unpin for OwnerId
impl UnwindSafe for OwnerId
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