pub struct InfoCommand {
pub name: String,
pub arguments: Vec<String>,
}
Expand description
The info command, used to request a single name/value pair.
Response: Info
Fields§
§name: String
Name of the info being requested.
arguments: Vec<String>
Arguments to the info request.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InfoCommand
impl RefUnwindSafe for InfoCommand
impl Send for InfoCommand
impl Sync for InfoCommand
impl Unpin for InfoCommand
impl UnwindSafe for InfoCommand
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