pub struct CollectionHandle(/* private fields */);Expand description
collection handle
Trait Implementations§
Source§impl Debug for CollectionHandle
impl Debug for CollectionHandle
Source§impl<'de> Deserialize<'de> for CollectionHandle
impl<'de> Deserialize<'de> for CollectionHandle
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CollectionHandle
impl RefUnwindSafe for CollectionHandle
impl Send for CollectionHandle
impl Sync for CollectionHandle
impl Unpin for CollectionHandle
impl UnwindSafe for CollectionHandle
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