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