pub struct CommandInfoPath {
pub request_id: RequestId,
pub command: String,
}Fields§
§request_id: RequestId§command: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for CommandInfoPath
impl RefUnwindSafe for CommandInfoPath
impl Send for CommandInfoPath
impl Sync for CommandInfoPath
impl Unpin for CommandInfoPath
impl UnwindSafe for CommandInfoPath
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