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 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 RelationshipAssumptionError
Source§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
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RelationshipAssumptionError
Auto Trait Implementations§
impl Freeze for RelationshipAssumptionError
impl RefUnwindSafe for RelationshipAssumptionError
impl Send for RelationshipAssumptionError
impl Sync for RelationshipAssumptionError
impl Unpin for RelationshipAssumptionError
impl UnsafeUnpin 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