pub struct ShellExecuteString {
    pub left_backtick: Span,
    pub parts: Sequence<StringPart>,
    pub right_backtick: Span,
}Fields§
§left_backtick: Span§parts: Sequence<StringPart>§right_backtick: SpanTrait Implementations§
Source§impl Clone for ShellExecuteString
 
impl Clone for ShellExecuteString
Source§fn clone(&self) -> ShellExecuteString
 
fn clone(&self) -> ShellExecuteString
Returns a copy of the value. Read more
1.0.0 · 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 ShellExecuteString
 
impl Debug for ShellExecuteString
Source§impl<'de> Deserialize<'de> for ShellExecuteString
 
impl<'de> Deserialize<'de> for ShellExecuteString
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
Source§impl HasSpan for ShellExecuteString
 
impl HasSpan for ShellExecuteString
Source§impl Hash for ShellExecuteString
 
impl Hash for ShellExecuteString
Source§impl Ord for ShellExecuteString
 
impl Ord for ShellExecuteString
Source§fn cmp(&self, other: &ShellExecuteString) -> Ordering
 
fn cmp(&self, other: &ShellExecuteString) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ShellExecuteString
 
impl PartialEq for ShellExecuteString
Source§impl PartialOrd for ShellExecuteString
 
impl PartialOrd for ShellExecuteString
Source§impl Serialize for ShellExecuteString
 
impl Serialize for ShellExecuteString
impl Eq for ShellExecuteString
impl StructuralPartialEq for ShellExecuteString
Auto Trait Implementations§
impl Freeze for ShellExecuteString
impl RefUnwindSafe for ShellExecuteString
impl Send for ShellExecuteString
impl Sync for ShellExecuteString
impl Unpin for ShellExecuteString
impl UnwindSafe for ShellExecuteString
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