pub struct TypedObjectRef<T, P> { /* private fields */ }
Implementations§
Source§impl<T, P> TypedObjectRef<T, P>
impl<T, P> TypedObjectRef<T, P>
Trait Implementations§
Source§impl<T, P> Clone for TypedObjectRef<T, P>
impl<T, P> Clone for TypedObjectRef<T, P>
Source§impl<T, P> Debug for TypedObjectRef<T, P>
impl<T, P> Debug for TypedObjectRef<T, P>
Source§impl<T, P> Deref for TypedObjectRef<T, P>
impl<T, P> Deref for TypedObjectRef<T, P>
Source§impl<T, P> Hash for TypedObjectRef<T, P>
impl<T, P> Hash for TypedObjectRef<T, P>
Source§impl<T, P> Ord for TypedObjectRef<T, P>
impl<T, P> Ord for TypedObjectRef<T, P>
Source§impl<T, P> PartialEq for TypedObjectRef<T, P>
impl<T, P> PartialEq for TypedObjectRef<T, P>
Source§impl<T, P> PartialOrd for TypedObjectRef<T, P>
impl<T, P> PartialOrd for TypedObjectRef<T, P>
impl<T, P> Eq for TypedObjectRef<T, P>
impl<T: Send + Sync, P: Send + Sync> Send for TypedObjectRef<T, P>
impl<T: Send + Sync, P: Send + Sync> Sync for TypedObjectRef<T, P>
Auto Trait Implementations§
impl<T, P> Freeze for TypedObjectRef<T, P>
impl<T, P> RefUnwindSafe for TypedObjectRef<T, P>where
T: RefUnwindSafe,
P: RefUnwindSafe,
impl<T, P> Unpin for TypedObjectRef<T, P>
impl<T, P> UnwindSafe for TypedObjectRef<T, P>where
T: UnwindSafe,
P: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)