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
impl Copy for RelationshipAssumptionError
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 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