pub struct SquareParseError;Trait Implementations§
Source§impl Clone for SquareParseError
impl Clone for SquareParseError
Source§fn clone(&self) -> SquareParseError
fn clone(&self) -> SquareParseError
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 moreimpl Copy for SquareParseError
Source§impl Debug for SquareParseError
impl Debug for SquareParseError
Source§impl Display for SquareParseError
impl Display for SquareParseError
impl Eq for SquareParseError
Source§impl Error for SquareParseError
impl Error for SquareParseError
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<SquareParseError> for FenParseError
impl From<SquareParseError> for FenParseError
Source§fn from(_err: SquareParseError) -> Self
fn from(_err: SquareParseError) -> Self
Converts to this type from the input type.
Source§impl From<SquareParseError> for UciMoveParseError
impl From<SquareParseError> for UciMoveParseError
Source§fn from(_: SquareParseError) -> Self
fn from(_: SquareParseError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SquareParseError
impl PartialEq for SquareParseError
impl StructuralPartialEq for SquareParseError
Auto Trait Implementations§
impl Freeze for SquareParseError
impl RefUnwindSafe for SquareParseError
impl Send for SquareParseError
impl Sync for SquareParseError
impl Unpin for SquareParseError
impl UnsafeUnpin for SquareParseError
impl UnwindSafe for SquareParseError
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