pub struct PutCollectionsCollectionIdBodyCollection {
pub info: PutCollectionsCollectionIdBodyCollectionInfo,
pub item: Vec<PutCollectionsCollectionIdBodyCollectionItemItem>,
}
Fields§
§info: PutCollectionsCollectionIdBodyCollectionInfo
An object that contains basic information about the collection. For a complete list of
values, refer to the definitions.info
entry in the collection.json schema
file.
item: Vec<PutCollectionsCollectionIdBodyCollectionItemItem>
Information about the collection’s contents, such as folders, requests, and responses.
For a complete list of values, refer to the /tmp/.tmpopFoDz/item.json-group
entry in
the collection.json schema
file.
Trait Implementations§
Source§impl Clone for PutCollectionsCollectionIdBodyCollection
impl Clone for PutCollectionsCollectionIdBodyCollection
Source§fn clone(&self) -> PutCollectionsCollectionIdBodyCollection
fn clone(&self) -> PutCollectionsCollectionIdBodyCollection
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 PutCollectionsCollectionIdBodyCollection
impl<'de> Deserialize<'de> for PutCollectionsCollectionIdBodyCollection
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 PutCollectionsCollectionIdBodyCollection
impl PartialEq for PutCollectionsCollectionIdBodyCollection
Source§fn eq(&self, other: &PutCollectionsCollectionIdBodyCollection) -> bool
fn eq(&self, other: &PutCollectionsCollectionIdBodyCollection) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PutCollectionsCollectionIdBodyCollection
Auto Trait Implementations§
impl Freeze for PutCollectionsCollectionIdBodyCollection
impl RefUnwindSafe for PutCollectionsCollectionIdBodyCollection
impl Send for PutCollectionsCollectionIdBodyCollection
impl Sync for PutCollectionsCollectionIdBodyCollection
impl Unpin for PutCollectionsCollectionIdBodyCollection
impl UnwindSafe for PutCollectionsCollectionIdBodyCollection
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