pub enum RegionArea {
Middle,
North,
East,
South,
SouthEast,
SouthWest,
West,
}
Variants§
Trait Implementations§
Source§impl Clone for RegionArea
impl Clone for RegionArea
Source§fn clone(&self) -> RegionArea
fn clone(&self) -> RegionArea
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 moreAuto Trait Implementations§
impl Freeze for RegionArea
impl RefUnwindSafe for RegionArea
impl Send for RegionArea
impl Sync for RegionArea
impl Unpin for RegionArea
impl UnwindSafe for RegionArea
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