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