pub enum GapsDirection {
Inner,
Outer,
Horizontal,
Vertical,
Top,
Right,
Bottom,
Left,
}Expand description
Direction of Gaps
Variants§
Trait Implementations§
Source§impl Clone for GapsDirection
impl Clone for GapsDirection
Source§fn clone(&self) -> GapsDirection
fn clone(&self) -> GapsDirection
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 moreAuto Trait Implementations§
impl Freeze for GapsDirection
impl RefUnwindSafe for GapsDirection
impl Send for GapsDirection
impl Sync for GapsDirection
impl Unpin for GapsDirection
impl UnwindSafe for GapsDirection
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