pub struct CommandInfoPath {
pub request_id: RequestId,
pub command: String,
}Fields§
§request_id: RequestId§command: StringTrait Implementations§
Source§impl Clone for CommandInfoPath
impl Clone for CommandInfoPath
Source§fn clone(&self) -> CommandInfoPath
fn clone(&self) -> CommandInfoPath
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CommandInfoPath
impl Debug for CommandInfoPath
Source§impl PartialEq for CommandInfoPath
impl PartialEq for CommandInfoPath
impl StructuralPartialEq for CommandInfoPath
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