pub struct CreateEnvironmentMembershipResult {
pub membership: Option<EnvironmentMember>,
}
Fields§
§membership: Option<EnvironmentMember>
Information about the environment member that was added.
Trait Implementations§
Source§impl Clone for CreateEnvironmentMembershipResult
impl Clone for CreateEnvironmentMembershipResult
Source§fn clone(&self) -> CreateEnvironmentMembershipResult
fn clone(&self) -> CreateEnvironmentMembershipResult
Returns a copy 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 Default for CreateEnvironmentMembershipResult
impl Default for CreateEnvironmentMembershipResult
Source§fn default() -> CreateEnvironmentMembershipResult
fn default() -> CreateEnvironmentMembershipResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateEnvironmentMembershipResult
impl<'de> Deserialize<'de> for CreateEnvironmentMembershipResult
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 CreateEnvironmentMembershipResult
impl PartialEq for CreateEnvironmentMembershipResult
Source§fn eq(&self, other: &CreateEnvironmentMembershipResult) -> bool
fn eq(&self, other: &CreateEnvironmentMembershipResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CreateEnvironmentMembershipResult
Auto Trait Implementations§
impl Freeze for CreateEnvironmentMembershipResult
impl RefUnwindSafe for CreateEnvironmentMembershipResult
impl Send for CreateEnvironmentMembershipResult
impl Sync for CreateEnvironmentMembershipResult
impl Unpin for CreateEnvironmentMembershipResult
impl UnwindSafe for CreateEnvironmentMembershipResult
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