pub struct WingInviteEvent {
pub name: String,
}
Fields§
§name: String
Trait Implementations§
Source§impl Clone for WingInviteEvent
impl Clone for WingInviteEvent
Source§fn clone(&self) -> WingInviteEvent
fn clone(&self) -> WingInviteEvent
Returns a copy 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 WingInviteEvent
impl Debug for WingInviteEvent
Source§impl<'de> Deserialize<'de> for WingInviteEvent
impl<'de> Deserialize<'de> for WingInviteEvent
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 WingInviteEvent
impl PartialEq for WingInviteEvent
Source§impl Serialize for WingInviteEvent
impl Serialize for WingInviteEvent
impl StructuralPartialEq for WingInviteEvent
Auto Trait Implementations§
impl Freeze for WingInviteEvent
impl RefUnwindSafe for WingInviteEvent
impl Send for WingInviteEvent
impl Sync for WingInviteEvent
impl Unpin for WingInviteEvent
impl UnwindSafe for WingInviteEvent
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