pub struct EventCommand {
pub data: Vec<u8>,
}
Expand description
- Event Command
Fields§
§data: Vec<u8>
Trait Implementations§
Source§impl Clone for EventCommand
impl Clone for EventCommand
Source§fn clone(&self) -> EventCommand
fn clone(&self) -> EventCommand
Returns a duplicate 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 Command for EventCommand
impl Command for EventCommand
Source§impl Debug for EventCommand
impl Debug for EventCommand
Source§impl<'de> Deserialize<'de> for EventCommand
impl<'de> Deserialize<'de> for EventCommand
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 EventCommand
impl PartialEq for EventCommand
Source§impl Serialize for EventCommand
impl Serialize for EventCommand
impl StructuralPartialEq for EventCommand
Auto Trait Implementations§
impl Freeze for EventCommand
impl RefUnwindSafe for EventCommand
impl Send for EventCommand
impl Sync for EventCommand
impl Unpin for EventCommand
impl UnwindSafe for EventCommand
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