pub(crate) enum GridAreaAxis {
Row,
Column,
}
Expand description
Axis as Row
or Column
Variants§
Trait Implementations§
Source§impl Clone for GridAreaAxis
impl Clone for GridAreaAxis
Source§fn clone(&self) -> GridAreaAxis
fn clone(&self) -> GridAreaAxis
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 GridAreaAxis
impl Debug for GridAreaAxis
Source§impl PartialEq for GridAreaAxis
impl PartialEq for GridAreaAxis
impl Copy for GridAreaAxis
impl StructuralPartialEq for GridAreaAxis
Auto Trait Implementations§
impl Freeze for GridAreaAxis
impl RefUnwindSafe for GridAreaAxis
impl Send for GridAreaAxis
impl Sync for GridAreaAxis
impl Unpin for GridAreaAxis
impl UnwindSafe for GridAreaAxis
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