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