pub struct TeamCleanupCompletedNotification {
pub team_id: TeamId,
pub forced: bool,
}Fields§
§team_id: TeamId§forced: boolTrait Implementations§
Source§impl Clone for TeamCleanupCompletedNotification
impl Clone for TeamCleanupCompletedNotification
Source§fn clone(&self) -> TeamCleanupCompletedNotification
fn clone(&self) -> TeamCleanupCompletedNotification
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<'de> Deserialize<'de> for TeamCleanupCompletedNotification
impl<'de> Deserialize<'de> for TeamCleanupCompletedNotification
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
Auto Trait Implementations§
impl Freeze for TeamCleanupCompletedNotification
impl RefUnwindSafe for TeamCleanupCompletedNotification
impl Send for TeamCleanupCompletedNotification
impl Sync for TeamCleanupCompletedNotification
impl Unpin for TeamCleanupCompletedNotification
impl UnsafeUnpin for TeamCleanupCompletedNotification
impl UnwindSafe for TeamCleanupCompletedNotification
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