pub struct GetMemberOutput {
pub member: Option<Member>,
}Fields§
§member: Option<Member>The properties of a member.
Trait Implementations§
Source§impl Clone for GetMemberOutput
impl Clone for GetMemberOutput
Source§fn clone(&self) -> GetMemberOutput
fn clone(&self) -> GetMemberOutput
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 Debug for GetMemberOutput
impl Debug for GetMemberOutput
Source§impl Default for GetMemberOutput
impl Default for GetMemberOutput
Source§fn default() -> GetMemberOutput
fn default() -> GetMemberOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetMemberOutput
impl<'de> Deserialize<'de> for GetMemberOutput
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 GetMemberOutput
impl PartialEq for GetMemberOutput
impl StructuralPartialEq for GetMemberOutput
Auto Trait Implementations§
impl Freeze for GetMemberOutput
impl RefUnwindSafe for GetMemberOutput
impl Send for GetMemberOutput
impl Sync for GetMemberOutput
impl Unpin for GetMemberOutput
impl UnwindSafe for GetMemberOutput
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