pub enum LocationSide {
Lhs,
Rhs,
}
Variants§
Trait Implementations§
Source§impl Clone for LocationSide
impl Clone for LocationSide
Source§fn clone(&self) -> LocationSide
fn clone(&self) -> LocationSide
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 LocationSide
impl Debug for LocationSide
Source§impl PartialEq for LocationSide
impl PartialEq for LocationSide
impl Copy for LocationSide
impl Eq for LocationSide
impl StructuralPartialEq for LocationSide
Auto Trait Implementations§
impl Freeze for LocationSide
impl RefUnwindSafe for LocationSide
impl Send for LocationSide
impl Sync for LocationSide
impl Unpin for LocationSide
impl UnwindSafe for LocationSide
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