pub struct EntityUriParseError { /* private fields */ }Implementations§
Source§impl EntityUriParseError
impl EntityUriParseError
pub fn new(value: impl Into<String>, kind: EntityUriParseErrorKind) -> Self
Trait Implementations§
Source§impl Clone for EntityUriParseError
impl Clone for EntityUriParseError
Source§fn clone(&self) -> EntityUriParseError
fn clone(&self) -> EntityUriParseError
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 EntityUriParseError
impl Debug for EntityUriParseError
Source§impl Display for EntityUriParseError
impl Display for EntityUriParseError
Source§impl Error for EntityUriParseError
impl Error for EntityUriParseError
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()
Auto Trait Implementations§
impl Freeze for EntityUriParseError
impl RefUnwindSafe for EntityUriParseError
impl Send for EntityUriParseError
impl Sync for EntityUriParseError
impl Unpin for EntityUriParseError
impl UnsafeUnpin for EntityUriParseError
impl UnwindSafe for EntityUriParseError
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