pub struct PostCollectionsBody {
pub collection: Option<PostCollectionsBodyCollection>,
}
Fields§
§collection: Option<PostCollectionsBodyCollection>
For a complete list of values, refer to the collection.json schema file.
Trait Implementations§
Source§impl Clone for PostCollectionsBody
impl Clone for PostCollectionsBody
Source§fn clone(&self) -> PostCollectionsBody
fn clone(&self) -> PostCollectionsBody
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 Debug for PostCollectionsBody
impl Debug for PostCollectionsBody
Source§impl<'de> Deserialize<'de> for PostCollectionsBody
impl<'de> Deserialize<'de> for PostCollectionsBody
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 PostCollectionsBody
impl PartialEq for PostCollectionsBody
Source§impl Serialize for PostCollectionsBody
impl Serialize for PostCollectionsBody
impl StructuralPartialEq for PostCollectionsBody
Auto Trait Implementations§
impl Freeze for PostCollectionsBody
impl RefUnwindSafe for PostCollectionsBody
impl Send for PostCollectionsBody
impl Sync for PostCollectionsBody
impl Unpin for PostCollectionsBody
impl UnwindSafe for PostCollectionsBody
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