Struct dds_bridge::SuitFromNotrumpError
source · pub struct SuitFromNotrumpError;Expand description
Error raised when converting Strain::Notrump to a suit
Trait Implementations§
source§impl Clone for SuitFromNotrumpError
impl Clone for SuitFromNotrumpError
source§fn clone(&self) -> SuitFromNotrumpError
fn clone(&self) -> SuitFromNotrumpError
Returns a copy 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 SuitFromNotrumpError
impl Debug for SuitFromNotrumpError
source§impl Display for SuitFromNotrumpError
impl Display for SuitFromNotrumpError
source§impl Error for SuitFromNotrumpError
impl Error for SuitFromNotrumpError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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 SuitFromNotrumpError
impl PartialEq for SuitFromNotrumpError
source§fn eq(&self, other: &SuitFromNotrumpError) -> bool
fn eq(&self, other: &SuitFromNotrumpError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SuitFromNotrumpError
impl Eq for SuitFromNotrumpError
impl StructuralPartialEq for SuitFromNotrumpError
Auto Trait Implementations§
impl Freeze for SuitFromNotrumpError
impl RefUnwindSafe for SuitFromNotrumpError
impl Send for SuitFromNotrumpError
impl Sync for SuitFromNotrumpError
impl Unpin for SuitFromNotrumpError
impl UnwindSafe for SuitFromNotrumpError
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