pub struct ParseSeatError;Expand description
Error returned when parsing a Seat fails
Trait Implementations§
Source§impl Clone for ParseSeatError
impl Clone for ParseSeatError
Source§fn clone(&self) -> ParseSeatError
fn clone(&self) -> ParseSeatError
Returns a duplicate 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 ParseSeatError
impl Debug for ParseSeatError
Source§impl Display for ParseSeatError
impl Display for ParseSeatError
Source§impl Error for ParseSeatError
impl Error for ParseSeatError
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 ParseSeatError
impl PartialEq for ParseSeatError
impl Copy for ParseSeatError
impl Eq for ParseSeatError
impl StructuralPartialEq for ParseSeatError
Auto Trait Implementations§
impl Freeze for ParseSeatError
impl RefUnwindSafe for ParseSeatError
impl Send for ParseSeatError
impl Sync for ParseSeatError
impl Unpin for ParseSeatError
impl UnsafeUnpin for ParseSeatError
impl UnwindSafe for ParseSeatError
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