pub enum StackCycleDirection {
Forward,
Backward,
}Variants§
Trait Implementations§
Source§impl Clone for StackCycleDirection
impl Clone for StackCycleDirection
Source§fn clone(&self) -> StackCycleDirection
fn clone(&self) -> StackCycleDirection
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 StackCycleDirection
impl Debug for StackCycleDirection
Source§impl<'de> Deserialize<'de> for StackCycleDirection
impl<'de> Deserialize<'de> for StackCycleDirection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for StackCycleDirection
impl PartialEq for StackCycleDirection
Source§impl Serialize for StackCycleDirection
impl Serialize for StackCycleDirection
impl Copy for StackCycleDirection
impl Eq for StackCycleDirection
impl StructuralPartialEq for StackCycleDirection
Auto Trait Implementations§
impl Freeze for StackCycleDirection
impl RefUnwindSafe for StackCycleDirection
impl Send for StackCycleDirection
impl Sync for StackCycleDirection
impl Unpin for StackCycleDirection
impl UnsafeUnpin for StackCycleDirection
impl UnwindSafe for StackCycleDirection
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