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