#[non_exhaustive]pub struct RemoveGroupMigrationResponse { /* private fields */ }Expand description
Response message for ‘RemoveMigration’ request.
Implementations§
Trait Implementations§
Source§impl Clone for RemoveGroupMigrationResponse
impl Clone for RemoveGroupMigrationResponse
Source§fn clone(&self) -> RemoveGroupMigrationResponse
fn clone(&self) -> RemoveGroupMigrationResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RemoveGroupMigrationResponse
impl Debug for RemoveGroupMigrationResponse
Source§impl Default for RemoveGroupMigrationResponse
impl Default for RemoveGroupMigrationResponse
Source§fn default() -> RemoveGroupMigrationResponse
fn default() -> RemoveGroupMigrationResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for RemoveGroupMigrationResponse
impl PartialEq for RemoveGroupMigrationResponse
Source§fn eq(&self, other: &RemoveGroupMigrationResponse) -> bool
fn eq(&self, other: &RemoveGroupMigrationResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RemoveGroupMigrationResponse
Auto Trait Implementations§
impl Freeze for RemoveGroupMigrationResponse
impl RefUnwindSafe for RemoveGroupMigrationResponse
impl Send for RemoveGroupMigrationResponse
impl Sync for RemoveGroupMigrationResponse
impl Unpin for RemoveGroupMigrationResponse
impl UnsafeUnpin for RemoveGroupMigrationResponse
impl UnwindSafe for RemoveGroupMigrationResponse
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