pub struct DeletableGroupResult {
pub group_id: String,
pub error_code: ErrorCode,
}
Fields§
§group_id: String
The group id
error_code: ErrorCode
The deletion error, or 0 if the deletion succeeded.
Trait Implementations§
Source§impl Debug for DeletableGroupResult
impl Debug for DeletableGroupResult
Source§impl Decoder for DeletableGroupResult
impl Decoder for DeletableGroupResult
Source§impl Default for DeletableGroupResult
impl Default for DeletableGroupResult
Source§impl<'de> Deserialize<'de> for DeletableGroupResult
impl<'de> Deserialize<'de> for DeletableGroupResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Encoder for DeletableGroupResult
impl Encoder for DeletableGroupResult
Auto Trait Implementations§
impl Freeze for DeletableGroupResult
impl RefUnwindSafe for DeletableGroupResult
impl Send for DeletableGroupResult
impl Sync for DeletableGroupResult
impl Unpin for DeletableGroupResult
impl UnwindSafe for DeletableGroupResult
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