pub struct GetCollectionsCollectionIdResponse {
pub collection: Option<GetCollectionsCollectionIdResponseCollection>,
}
Fields§
§collection: Option<GetCollectionsCollectionIdResponseCollection>
For a complete list of this endpoint’s possible values, use the collection.json schema file.
Trait Implementations§
Source§impl Clone for GetCollectionsCollectionIdResponse
impl Clone for GetCollectionsCollectionIdResponse
Source§fn clone(&self) -> GetCollectionsCollectionIdResponse
fn clone(&self) -> GetCollectionsCollectionIdResponse
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 GetCollectionsCollectionIdResponse
impl<'de> Deserialize<'de> for GetCollectionsCollectionIdResponse
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 GetCollectionsCollectionIdResponse
impl PartialEq for GetCollectionsCollectionIdResponse
Source§fn eq(&self, other: &GetCollectionsCollectionIdResponse) -> bool
fn eq(&self, other: &GetCollectionsCollectionIdResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetCollectionsCollectionIdResponse
Auto Trait Implementations§
impl Freeze for GetCollectionsCollectionIdResponse
impl RefUnwindSafe for GetCollectionsCollectionIdResponse
impl Send for GetCollectionsCollectionIdResponse
impl Sync for GetCollectionsCollectionIdResponse
impl Unpin for GetCollectionsCollectionIdResponse
impl UnwindSafe for GetCollectionsCollectionIdResponse
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