pub struct GroupDeleteCompleteEvent {
pub group: Option<Box<Group>>,
}Expand description
GroupDeleteCompleteEvent : Models the Group Create Complete Event.
Fields§
§group: Option<Box<Group>>Implementations§
Source§impl GroupDeleteCompleteEvent
impl GroupDeleteCompleteEvent
Sourcepub fn new() -> GroupDeleteCompleteEvent
pub fn new() -> GroupDeleteCompleteEvent
Models the Group Create Complete Event.
Trait Implementations§
Source§impl Clone for GroupDeleteCompleteEvent
impl Clone for GroupDeleteCompleteEvent
Source§fn clone(&self) -> GroupDeleteCompleteEvent
fn clone(&self) -> GroupDeleteCompleteEvent
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 GroupDeleteCompleteEvent
impl Debug for GroupDeleteCompleteEvent
Source§impl Default for GroupDeleteCompleteEvent
impl Default for GroupDeleteCompleteEvent
Source§fn default() -> GroupDeleteCompleteEvent
fn default() -> GroupDeleteCompleteEvent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GroupDeleteCompleteEvent
impl<'de> Deserialize<'de> for GroupDeleteCompleteEvent
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 PartialEq for GroupDeleteCompleteEvent
impl PartialEq for GroupDeleteCompleteEvent
Source§impl Serialize for GroupDeleteCompleteEvent
impl Serialize for GroupDeleteCompleteEvent
impl StructuralPartialEq for GroupDeleteCompleteEvent
Auto Trait Implementations§
impl Freeze for GroupDeleteCompleteEvent
impl RefUnwindSafe for GroupDeleteCompleteEvent
impl Send for GroupDeleteCompleteEvent
impl Sync for GroupDeleteCompleteEvent
impl Unpin for GroupDeleteCompleteEvent
impl UnwindSafe for GroupDeleteCompleteEvent
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