pub struct ObjectHandle(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ObjectHandle
impl Clone for ObjectHandle
Source§fn clone(&self) -> ObjectHandle
fn clone(&self) -> ObjectHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ObjectHandle
impl Debug for ObjectHandle
Source§impl PartialEq for ObjectHandle
impl PartialEq for ObjectHandle
Auto Trait Implementations§
impl Freeze for ObjectHandle
impl !RefUnwindSafe for ObjectHandle
impl !Send for ObjectHandle
impl !Sync for ObjectHandle
impl Unpin for ObjectHandle
impl UnsafeUnpin for ObjectHandle
impl !UnwindSafe for ObjectHandle
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