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