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<RecyclingObject<T>> for RecyclingObject<T>
impl<T: PartialEq> PartialEq<RecyclingObject<T>> 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> !RefUnwindSafe for RecyclingObject<T>
impl<T> Send for RecyclingObject<T>where T: Send,
impl<T> Sync for RecyclingObject<T>where T: Send + Sync,
impl<T> Unpin for RecyclingObject<T>where T: Unpin,
impl<T> !UnwindSafe for RecyclingObject<T>
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
§impl<T> FromFd for Twhere
T: From<OwnedFd>,
impl<T> FromFd for Twhere T: From<OwnedFd>,
§impl<T> FromFilelike for Twhere
T: From<OwnedFd>,
impl<T> FromFilelike for Twhere T: From<OwnedFd>,
§fn from_filelike(owned: OwnedFd) -> T
fn from_filelike(owned: OwnedFd) -> T
Constructs a new instance of
Self from the given filelike object. Read more§fn from_into_filelike<Owned>(owned: Owned) -> Twhere
Owned: IntoFilelike,
fn from_into_filelike<Owned>(owned: Owned) -> Twhere Owned: IntoFilelike,
Constructs a new instance of
Self from the given filelike object
converted from into_owned. Read more§impl<T> FromSocketlike for Twhere
T: From<OwnedFd>,
impl<T> FromSocketlike for Twhere T: From<OwnedFd>,
§fn from_socketlike(owned: OwnedFd) -> T
fn from_socketlike(owned: OwnedFd) -> T
Constructs a new instance of
Self from the given socketlike object.§fn from_into_socketlike<Owned>(owned: Owned) -> Twhere
Owned: IntoSocketlike,
fn from_into_socketlike<Owned>(owned: Owned) -> Twhere Owned: IntoSocketlike,
Constructs a new instance of
Self from the given socketlike object
converted from into_owned.