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