pub enum RelationshipAssumptionError {
RelationshipIsAList,
RelationshipIsNotAList,
}
Variants§
Trait Implementations§
source§impl Clone for RelationshipAssumptionError
impl Clone for RelationshipAssumptionError
source§fn clone(&self) -> RelationshipAssumptionError
fn clone(&self) -> RelationshipAssumptionError
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 RelationshipAssumptionError
impl Debug for RelationshipAssumptionError
source§impl PartialEq for RelationshipAssumptionError
impl PartialEq for RelationshipAssumptionError
source§fn eq(&self, other: &RelationshipAssumptionError) -> bool
fn eq(&self, other: &RelationshipAssumptionError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RelationshipAssumptionError
impl StructuralPartialEq for RelationshipAssumptionError
Auto Trait Implementations§
impl RefUnwindSafe for RelationshipAssumptionError
impl Send for RelationshipAssumptionError
impl Sync for RelationshipAssumptionError
impl Unpin for RelationshipAssumptionError
impl UnwindSafe for RelationshipAssumptionError
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