pub struct IdentifierParseError { /* private fields */ }Trait Implementations§
Source§impl Clone for IdentifierParseError
impl Clone for IdentifierParseError
Source§fn clone(&self) -> IdentifierParseError
fn clone(&self) -> IdentifierParseError
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 IdentifierParseError
impl Debug for IdentifierParseError
Source§impl Display for IdentifierParseError
impl Display for IdentifierParseError
impl Eq for IdentifierParseError
Source§impl Error for IdentifierParseError
impl Error for IdentifierParseError
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 IdentifierParseError
impl PartialEq for IdentifierParseError
impl StructuralPartialEq for IdentifierParseError
Auto Trait Implementations§
impl Freeze for IdentifierParseError
impl RefUnwindSafe for IdentifierParseError
impl Send for IdentifierParseError
impl Sync for IdentifierParseError
impl Unpin for IdentifierParseError
impl UnsafeUnpin for IdentifierParseError
impl UnwindSafe for IdentifierParseError
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