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