pub struct MismatchedQuotes;
Expand description
An error when splitting a string with mismatched quotes.
Trait Implementations§
source§impl Clone for MismatchedQuotes
impl Clone for MismatchedQuotes
source§fn clone(&self) -> MismatchedQuotes
fn clone(&self) -> MismatchedQuotes
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 MismatchedQuotes
impl Debug for MismatchedQuotes
source§impl Display for MismatchedQuotes
impl Display for MismatchedQuotes
source§impl Error for MismatchedQuotes
impl Error for MismatchedQuotes
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl Hash for MismatchedQuotes
impl Hash for MismatchedQuotes
source§impl PartialEq for MismatchedQuotes
impl PartialEq for MismatchedQuotes
impl Copy for MismatchedQuotes
impl Eq for MismatchedQuotes
impl StructuralPartialEq for MismatchedQuotes
Auto Trait Implementations§
impl Freeze for MismatchedQuotes
impl RefUnwindSafe for MismatchedQuotes
impl Send for MismatchedQuotes
impl Sync for MismatchedQuotes
impl Unpin for MismatchedQuotes
impl UnwindSafe for MismatchedQuotes
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)