pub struct RemoveMemberOperationRequest {
pub member_id: String,
pub instance_id: u32,
}Fields§
§member_id: String§instance_id: u32Trait Implementations§
Source§impl Clone for RemoveMemberOperationRequest
impl Clone for RemoveMemberOperationRequest
Source§fn clone(&self) -> RemoveMemberOperationRequest
fn clone(&self) -> RemoveMemberOperationRequest
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 RemoveMemberOperationRequest
impl Debug for RemoveMemberOperationRequest
Source§impl PartialEq for RemoveMemberOperationRequest
impl PartialEq for RemoveMemberOperationRequest
Source§fn eq(&self, other: &RemoveMemberOperationRequest) -> bool
fn eq(&self, other: &RemoveMemberOperationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Validate for RemoveMemberOperationRequest
impl Validate for RemoveMemberOperationRequest
Source§fn validate_basic(&self) -> Result<(), ValidationError>
fn validate_basic(&self) -> Result<(), ValidationError>
Perform basic validation Read more
Source§fn validate(&self, level: ValidationLevel) -> Result<(), ValidationError>
fn validate(&self, level: ValidationLevel) -> Result<(), ValidationError>
Validate with the specified level
impl StructuralPartialEq for RemoveMemberOperationRequest
Auto Trait Implementations§
impl Freeze for RemoveMemberOperationRequest
impl RefUnwindSafe for RemoveMemberOperationRequest
impl Send for RemoveMemberOperationRequest
impl Sync for RemoveMemberOperationRequest
impl Unpin for RemoveMemberOperationRequest
impl UnsafeUnpin for RemoveMemberOperationRequest
impl UnwindSafe for RemoveMemberOperationRequest
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