pub struct GetCollectionsCollectionIdResponseCollection {
pub info: Option<GetCollectionsCollectionIdResponseCollectionInfo>,
}
Fields§
§info: Option<GetCollectionsCollectionIdResponseCollectionInfo>
An object that contains basic information about the collection.
Trait Implementations§
Source§impl Clone for GetCollectionsCollectionIdResponseCollection
impl Clone for GetCollectionsCollectionIdResponseCollection
Source§fn clone(&self) -> GetCollectionsCollectionIdResponseCollection
fn clone(&self) -> GetCollectionsCollectionIdResponseCollection
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<'de> Deserialize<'de> for GetCollectionsCollectionIdResponseCollection
impl<'de> Deserialize<'de> for GetCollectionsCollectionIdResponseCollection
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 GetCollectionsCollectionIdResponseCollection
impl PartialEq for GetCollectionsCollectionIdResponseCollection
Source§fn eq(&self, other: &GetCollectionsCollectionIdResponseCollection) -> bool
fn eq(&self, other: &GetCollectionsCollectionIdResponseCollection) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetCollectionsCollectionIdResponseCollection
Auto Trait Implementations§
impl Freeze for GetCollectionsCollectionIdResponseCollection
impl RefUnwindSafe for GetCollectionsCollectionIdResponseCollection
impl Send for GetCollectionsCollectionIdResponseCollection
impl Sync for GetCollectionsCollectionIdResponseCollection
impl Unpin for GetCollectionsCollectionIdResponseCollection
impl UnwindSafe for GetCollectionsCollectionIdResponseCollection
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