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