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