pub enum LocalSide {
Domain,
Range,
}Expand description
Enumeration used to represent which side of a relation a Relation trait implementation is representing.
Variants§
Domain
The side of the relation that the Relation represents is the Domain side.
Range
The side of the relation that the Relation represents is the Range side.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LocalSide
impl RefUnwindSafe for LocalSide
impl Send for LocalSide
impl Sync for LocalSide
impl Unpin for LocalSide
impl UnsafeUnpin for LocalSide
impl UnwindSafe for LocalSide
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