pub struct PostCollectionsCollectionIdFoldersResponse401Error {
pub details: Option<PostCollectionsCollectionIdFoldersResponse401ErrorDetails>,
pub message: Option<String>,
pub name: Option<String>,
}
Fields§
§details: Option<PostCollectionsCollectionIdFoldersResponse401ErrorDetails>
Information about the error.
message: Option<String>
The error’s message.
name: Option<String>
The error name.
Trait Implementations§
Source§impl Clone for PostCollectionsCollectionIdFoldersResponse401Error
impl Clone for PostCollectionsCollectionIdFoldersResponse401Error
Source§fn clone(&self) -> PostCollectionsCollectionIdFoldersResponse401Error
fn clone(&self) -> PostCollectionsCollectionIdFoldersResponse401Error
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 PostCollectionsCollectionIdFoldersResponse401Error
impl<'de> Deserialize<'de> for PostCollectionsCollectionIdFoldersResponse401Error
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 PostCollectionsCollectionIdFoldersResponse401Error
impl PartialEq for PostCollectionsCollectionIdFoldersResponse401Error
Source§fn eq(&self, other: &PostCollectionsCollectionIdFoldersResponse401Error) -> bool
fn eq(&self, other: &PostCollectionsCollectionIdFoldersResponse401Error) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PostCollectionsCollectionIdFoldersResponse401Error
Auto Trait Implementations§
impl Freeze for PostCollectionsCollectionIdFoldersResponse401Error
impl RefUnwindSafe for PostCollectionsCollectionIdFoldersResponse401Error
impl Send for PostCollectionsCollectionIdFoldersResponse401Error
impl Sync for PostCollectionsCollectionIdFoldersResponse401Error
impl Unpin for PostCollectionsCollectionIdFoldersResponse401Error
impl UnwindSafe for PostCollectionsCollectionIdFoldersResponse401Error
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