pub enum StanceSideV1 {
Left,
Right,
}Expand description
One independently resolved side of a bilateral stance observation.
Variants§
Trait Implementations§
Source§impl Clone for StanceSideV1
impl Clone for StanceSideV1
Source§fn clone(&self) -> StanceSideV1
fn clone(&self) -> StanceSideV1
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 StanceSideV1
Source§impl Debug for StanceSideV1
impl Debug for StanceSideV1
impl Eq for StanceSideV1
Source§impl PartialEq for StanceSideV1
impl PartialEq for StanceSideV1
impl StructuralPartialEq for StanceSideV1
Auto Trait Implementations§
impl Freeze for StanceSideV1
impl RefUnwindSafe for StanceSideV1
impl Send for StanceSideV1
impl Sync for StanceSideV1
impl Unpin for StanceSideV1
impl UnsafeUnpin for StanceSideV1
impl UnwindSafe for StanceSideV1
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