pub struct TextFxParseError { /* private fields */ }Trait Implementations§
Source§impl Clone for TextFxParseError
impl Clone for TextFxParseError
Source§fn clone(&self) -> TextFxParseError
fn clone(&self) -> TextFxParseError
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 TextFxParseError
impl Debug for TextFxParseError
Source§impl Display for TextFxParseError
impl Display for TextFxParseError
impl Eq for TextFxParseError
Source§impl Error for TextFxParseError
impl Error for TextFxParseError
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 PartialEq for TextFxParseError
impl PartialEq for TextFxParseError
Source§fn eq(&self, other: &TextFxParseError) -> bool
fn eq(&self, other: &TextFxParseError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TextFxParseError
Auto Trait Implementations§
impl Freeze for TextFxParseError
impl RefUnwindSafe for TextFxParseError
impl Send for TextFxParseError
impl Sync for TextFxParseError
impl Unpin for TextFxParseError
impl UnsafeUnpin for TextFxParseError
impl UnwindSafe for TextFxParseError
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