Struct shellwords::MismatchedQuotes [−][src]
pub struct MismatchedQuotes;
An error when splitting a string with mismatched quotes.
Trait Implementations
impl Clone for MismatchedQuotes[src]
impl Clone for MismatchedQuotesfn clone(&self) -> MismatchedQuotes[src]
fn clone(&self) -> MismatchedQuotesReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for MismatchedQuotes[src]
impl Copy for MismatchedQuotesimpl Debug for MismatchedQuotes[src]
impl Debug for MismatchedQuotesfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for MismatchedQuotes[src]
impl Eq for MismatchedQuotesimpl Hash for MismatchedQuotes[src]
impl Hash for MismatchedQuotesfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq for MismatchedQuotes[src]
impl PartialEq for MismatchedQuotesAuto Trait Implementations
impl Send for MismatchedQuotes
impl Send for MismatchedQuotesimpl Sync for MismatchedQuotes
impl Sync for MismatchedQuotes