pub struct CardinalDirections;
Expand description
Represents a collection of the respectively-named type of direction
Trait Implementations§
Source§impl Clone for CardinalDirections
impl Clone for CardinalDirections
Source§fn clone(&self) -> CardinalDirections
fn clone(&self) -> CardinalDirections
Returns a duplicate 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 CardinalDirections
impl Debug for CardinalDirections
Source§impl IntoIterator for CardinalDirections
impl IntoIterator for CardinalDirections
impl Copy for CardinalDirections
Auto Trait Implementations§
impl Freeze for CardinalDirections
impl RefUnwindSafe for CardinalDirections
impl Send for CardinalDirections
impl Sync for CardinalDirections
impl Unpin for CardinalDirections
impl UnwindSafe for CardinalDirections
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