pub struct GetMemberInput {
pub member_id: String,
pub network_id: String,
}
Fields§
§member_id: String
The unique identifier of the member.
network_id: String
The unique identifier of the network to which the member belongs.
Trait Implementations§
Source§impl Clone for GetMemberInput
impl Clone for GetMemberInput
Source§fn clone(&self) -> GetMemberInput
fn clone(&self) -> GetMemberInput
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 Debug for GetMemberInput
impl Debug for GetMemberInput
Source§impl Default for GetMemberInput
impl Default for GetMemberInput
Source§fn default() -> GetMemberInput
fn default() -> GetMemberInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetMemberInput
impl PartialEq for GetMemberInput
Source§impl Serialize for GetMemberInput
impl Serialize for GetMemberInput
impl StructuralPartialEq for GetMemberInput
Auto Trait Implementations§
impl Freeze for GetMemberInput
impl RefUnwindSafe for GetMemberInput
impl Send for GetMemberInput
impl Sync for GetMemberInput
impl Unpin for GetMemberInput
impl UnwindSafe for GetMemberInput
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