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