pub struct ProjectedCommand {
pub name: String,
pub guest_path: String,
}Fields§
§name: String§guest_path: StringTrait Implementations§
Source§impl Clone for ProjectedCommand
impl Clone for ProjectedCommand
Source§fn clone(&self) -> ProjectedCommand
fn clone(&self) -> ProjectedCommand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProjectedCommand
impl Debug for ProjectedCommand
Source§impl<'de> Deserialize<'de> for ProjectedCommand
impl<'de> Deserialize<'de> for ProjectedCommand
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ProjectedCommand
Source§impl Hash for ProjectedCommand
impl Hash for ProjectedCommand
Source§impl PartialEq for ProjectedCommand
impl PartialEq for ProjectedCommand
Source§fn eq(&self, other: &ProjectedCommand) -> bool
fn eq(&self, other: &ProjectedCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProjectedCommand
impl Serialize for ProjectedCommand
impl StructuralPartialEq for ProjectedCommand
Auto Trait Implementations§
impl Freeze for ProjectedCommand
impl RefUnwindSafe for ProjectedCommand
impl Send for ProjectedCommand
impl Sync for ProjectedCommand
impl Unpin for ProjectedCommand
impl UnsafeUnpin for ProjectedCommand
impl UnwindSafe for ProjectedCommand
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