Enum libreda_db::prelude::Side
source · [−]pub enum Side {
Left,
Center,
Right,
}
Expand description
Location relative to a directed line or edge. Something can be on the left of the line, right of the line or on top of the line (center).
Variants
Left
Location on the left side.
Center
Neither on the left nor right, but on top.
Right
Location on the right side.
Implementations
Trait Implementations
impl Copy for Side
impl StructuralPartialEq for Side
Auto Trait Implementations
impl RefUnwindSafe for Side
impl Send for Side
impl Sync for Side
impl Unpin for Side
impl UnwindSafe for Side
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more