Struct zenoh_sync::object_pool::RecyclingObject
source · pub struct RecyclingObject<T> { /* private fields */ }Implementations§
source§impl<T> RecyclingObject<T>
impl<T> RecyclingObject<T>
Trait Implementations§
source§impl<T: Clone> Clone for RecyclingObject<T>
impl<T: Clone> Clone for RecyclingObject<T>
source§fn clone(&self) -> RecyclingObject<T>
fn clone(&self) -> RecyclingObject<T>
Returns a copy 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<T: Debug> Debug for RecyclingObject<T>
impl<T: Debug> Debug for RecyclingObject<T>
source§impl<T> Deref for RecyclingObject<T>
impl<T> Deref for RecyclingObject<T>
source§impl<T> DerefMut for RecyclingObject<T>
impl<T> DerefMut for RecyclingObject<T>
source§impl<T> Drop for RecyclingObject<T>
impl<T> Drop for RecyclingObject<T>
source§impl<T> From<T> for RecyclingObject<T>
impl<T> From<T> for RecyclingObject<T>
source§fn from(obj: T) -> RecyclingObject<T>
fn from(obj: T) -> RecyclingObject<T>
Converts to this type from the input type.
source§impl<T: PartialEq> PartialEq for RecyclingObject<T>
impl<T: PartialEq> PartialEq for RecyclingObject<T>
source§impl ZSliceBuffer for RecyclingObject<Box<[u8]>>
impl ZSliceBuffer for RecyclingObject<Box<[u8]>>
impl<T: PartialEq> Eq for RecyclingObject<T>
Auto Trait Implementations§
impl<T> Freeze for RecyclingObject<T>where
T: Freeze,
impl<T> RefUnwindSafe for RecyclingObject<T>where
T: RefUnwindSafe,
impl<T> Send for RecyclingObject<T>where
T: Send,
impl<T> Sync for RecyclingObject<T>
impl<T> Unpin for RecyclingObject<T>where
T: Unpin,
impl<T> UnwindSafe for RecyclingObject<T>where
T: 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