pub enum KeysetDirection {
Forward,
Backward,
}Variants§
Trait Implementations§
Source§impl Clone for KeysetDirection
impl Clone for KeysetDirection
Source§fn clone(&self) -> KeysetDirection
fn clone(&self) -> KeysetDirection
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 moreSource§impl Debug for KeysetDirection
impl Debug for KeysetDirection
Source§impl<'de> Deserialize<'de> for KeysetDirection
impl<'de> Deserialize<'de> for KeysetDirection
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 KeysetDirection
impl PartialEq for KeysetDirection
Source§fn eq(&self, other: &KeysetDirection) -> bool
fn eq(&self, other: &KeysetDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for KeysetDirection
impl Serialize for KeysetDirection
impl Copy for KeysetDirection
impl Eq for KeysetDirection
impl StructuralPartialEq for KeysetDirection
Auto Trait Implementations§
impl Freeze for KeysetDirection
impl RefUnwindSafe for KeysetDirection
impl Send for KeysetDirection
impl Sync for KeysetDirection
impl Unpin for KeysetDirection
impl UnsafeUnpin for KeysetDirection
impl UnwindSafe for KeysetDirection
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