pub enum ExpansionDirection {
Backward,
Forward,
}Variants§
Trait Implementations§
Source§impl Clone for ExpansionDirection
impl Clone for ExpansionDirection
Source§fn clone(&self) -> ExpansionDirection
fn clone(&self) -> ExpansionDirection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExpansionDirection
Source§impl Debug for ExpansionDirection
impl Debug for ExpansionDirection
impl Eq for ExpansionDirection
Source§impl PartialEq for ExpansionDirection
impl PartialEq for ExpansionDirection
Source§fn eq(&self, other: &ExpansionDirection) -> bool
fn eq(&self, other: &ExpansionDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExpansionDirection
Auto Trait Implementations§
impl Freeze for ExpansionDirection
impl RefUnwindSafe for ExpansionDirection
impl Send for ExpansionDirection
impl Sync for ExpansionDirection
impl Unpin for ExpansionDirection
impl UnsafeUnpin for ExpansionDirection
impl UnwindSafe for ExpansionDirection
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