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