pub struct ParsedCommand {
pub module: Bytes,
pub verb: Bytes,
pub params: Option<ControlParameters>,
}Expand description
Parsed management command extracted from an Interest name.
Fields§
§module: Bytes§verb: Bytes§params: Option<ControlParameters>Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ParsedCommand
impl RefUnwindSafe for ParsedCommand
impl Send for ParsedCommand
impl Sync for ParsedCommand
impl Unpin for ParsedCommand
impl UnwindSafe for ParsedCommand
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