pub enum SignedRangePosition {
    A1,
}Expand description
Positions with signed integer type
Variants§
A1
Trait Implementations§
Source§impl Clone for SignedRangePosition
 
impl Clone for SignedRangePosition
Source§fn clone(&self) -> SignedRangePosition
 
fn clone(&self) -> SignedRangePosition
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 SignedRangePosition
 
impl Debug for SignedRangePosition
Source§impl<'de> Deserialize<'de> for SignedRangePosition
 
impl<'de> Deserialize<'de> for SignedRangePosition
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 SignedRangePosition
 
impl PartialEq for SignedRangePosition
Source§impl Position for SignedRangePosition
 
impl Position for SignedRangePosition
Source§impl Serialize for SignedRangePosition
 
impl Serialize for SignedRangePosition
impl Copy for SignedRangePosition
impl Eq for SignedRangePosition
impl StructuralPartialEq for SignedRangePosition
Auto Trait Implementations§
impl Freeze for SignedRangePosition
impl RefUnwindSafe for SignedRangePosition
impl Send for SignedRangePosition
impl Sync for SignedRangePosition
impl Unpin for SignedRangePosition
impl UnwindSafe for SignedRangePosition
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