pub struct GetApisApiIdCollectionsCollectionIdResponseInfo {
pub postman_id: Option<String>,
pub description: Option<String>,
pub name: Option<String>,
pub schema: Option<Schema>,
pub updated_at: Option<String>,
}
Fields§
§postman_id: Option<String>
The collection’s ID.
description: Option<String>
The collection’s description.
name: Option<String>
The collection’s name.
schema: Option<Schema>
The collection’s JSON schema version.
updated_at: Option<String>
The date and time at which the collection was last updated.
Trait Implementations§
Source§impl Clone for GetApisApiIdCollectionsCollectionIdResponseInfo
impl Clone for GetApisApiIdCollectionsCollectionIdResponseInfo
Source§fn clone(&self) -> GetApisApiIdCollectionsCollectionIdResponseInfo
fn clone(&self) -> GetApisApiIdCollectionsCollectionIdResponseInfo
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 GetApisApiIdCollectionsCollectionIdResponseInfo
impl<'de> Deserialize<'de> for GetApisApiIdCollectionsCollectionIdResponseInfo
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 GetApisApiIdCollectionsCollectionIdResponseInfo
impl PartialEq for GetApisApiIdCollectionsCollectionIdResponseInfo
Source§fn eq(&self, other: &GetApisApiIdCollectionsCollectionIdResponseInfo) -> bool
fn eq(&self, other: &GetApisApiIdCollectionsCollectionIdResponseInfo) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetApisApiIdCollectionsCollectionIdResponseInfo
Auto Trait Implementations§
impl Freeze for GetApisApiIdCollectionsCollectionIdResponseInfo
impl RefUnwindSafe for GetApisApiIdCollectionsCollectionIdResponseInfo
impl Send for GetApisApiIdCollectionsCollectionIdResponseInfo
impl Sync for GetApisApiIdCollectionsCollectionIdResponseInfo
impl Unpin for GetApisApiIdCollectionsCollectionIdResponseInfo
impl UnwindSafe for GetApisApiIdCollectionsCollectionIdResponseInfo
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