pub struct TeamMemberStartedNotification {
pub team_id: TeamId,
pub member: TeamMemberDescriptor,
}Fields§
§team_id: TeamId§member: TeamMemberDescriptorTrait Implementations§
Source§impl Clone for TeamMemberStartedNotification
impl Clone for TeamMemberStartedNotification
Source§fn clone(&self) -> TeamMemberStartedNotification
fn clone(&self) -> TeamMemberStartedNotification
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 TeamMemberStartedNotification
impl<'de> Deserialize<'de> for TeamMemberStartedNotification
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 TeamMemberStartedNotification
impl RefUnwindSafe for TeamMemberStartedNotification
impl Send for TeamMemberStartedNotification
impl Sync for TeamMemberStartedNotification
impl Unpin for TeamMemberStartedNotification
impl UnsafeUnpin for TeamMemberStartedNotification
impl UnwindSafe for TeamMemberStartedNotification
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