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