pub struct GetCollections200ResponseInner {
pub collection: Option<Box<CollectionFullNoElements>>,
}
Fields§
§collection: Option<Box<CollectionFullNoElements>>
Implementations§
Trait Implementations§
Source§impl Clone for GetCollections200ResponseInner
impl Clone for GetCollections200ResponseInner
Source§fn clone(&self) -> GetCollections200ResponseInner
fn clone(&self) -> GetCollections200ResponseInner
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 Default for GetCollections200ResponseInner
impl Default for GetCollections200ResponseInner
Source§fn default() -> GetCollections200ResponseInner
fn default() -> GetCollections200ResponseInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetCollections200ResponseInner
impl<'de> Deserialize<'de> for GetCollections200ResponseInner
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
Source§impl PartialEq for GetCollections200ResponseInner
impl PartialEq for GetCollections200ResponseInner
Source§fn eq(&self, other: &GetCollections200ResponseInner) -> bool
fn eq(&self, other: &GetCollections200ResponseInner) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetCollections200ResponseInner
Auto Trait Implementations§
impl Freeze for GetCollections200ResponseInner
impl RefUnwindSafe for GetCollections200ResponseInner
impl Send for GetCollections200ResponseInner
impl Sync for GetCollections200ResponseInner
impl Unpin for GetCollections200ResponseInner
impl UnwindSafe for GetCollections200ResponseInner
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