pub struct Macro {
pub code: u8,
/* private fields */
}
Expand description
A macro received for the command identified by Macro.code
.
Fields§
§code: u8
The code of the stage this macro belongs to.
Implementations§
Trait Implementations§
Source§impl From<Macro> for ClientCommand
impl From<Macro> for ClientCommand
impl StructuralPartialEq for Macro
Auto Trait Implementations§
impl Freeze for Macro
impl RefUnwindSafe for Macro
impl Send for Macro
impl Sync for Macro
impl Unpin for Macro
impl UnwindSafe for Macro
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