pub struct DeleteGroupResultV1 {
pub group_id: String,
pub error_code: i16,
}Fields§
§group_id: String§error_code: i16Trait Implementations§
Source§impl Clone for DeleteGroupResultV1
impl Clone for DeleteGroupResultV1
Source§fn clone(&self) -> DeleteGroupResultV1
fn clone(&self) -> DeleteGroupResultV1
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 DeleteGroupResultV1
impl Debug for DeleteGroupResultV1
impl Eq for DeleteGroupResultV1
Source§impl PartialEq for DeleteGroupResultV1
impl PartialEq for DeleteGroupResultV1
impl StructuralPartialEq for DeleteGroupResultV1
Auto Trait Implementations§
impl Freeze for DeleteGroupResultV1
impl RefUnwindSafe for DeleteGroupResultV1
impl Send for DeleteGroupResultV1
impl Sync for DeleteGroupResultV1
impl Unpin for DeleteGroupResultV1
impl UnsafeUnpin for DeleteGroupResultV1
impl UnwindSafe for DeleteGroupResultV1
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