pub struct ParseRetroPocketError;Expand description
Error when parsing an invalid retro UCI.
Trait Implementations§
Source§impl Clone for ParseRetroPocketError
impl Clone for ParseRetroPocketError
Source§fn clone(&self) -> ParseRetroPocketError
fn clone(&self) -> ParseRetroPocketError
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 ParseRetroPocketError
impl Debug for ParseRetroPocketError
Source§impl Display for ParseRetroPocketError
impl Display for ParseRetroPocketError
Source§impl Error for ParseRetroPocketError
impl Error for ParseRetroPocketError
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 From<ParseRetroPocketError> for ParseFenError
impl From<ParseRetroPocketError> for ParseFenError
Source§fn from(_: ParseRetroPocketError) -> Self
fn from(_: ParseRetroPocketError) -> Self
Converts to this type from the input type.
impl Copy for ParseRetroPocketError
Auto Trait Implementations§
impl Freeze for ParseRetroPocketError
impl RefUnwindSafe for ParseRetroPocketError
impl Send for ParseRetroPocketError
impl Sync for ParseRetroPocketError
impl Unpin for ParseRetroPocketError
impl UnwindSafe for ParseRetroPocketError
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