pub struct RangeV2 {
pub start: PositionV2,
pub end: PositionV2,
}Fields§
§start: PositionV2§end: PositionV2Trait Implementations§
Source§impl<'de> Deserialize<'de> for RangeV2
impl<'de> Deserialize<'de> for RangeV2
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 Ord for RangeV2
impl Ord for RangeV2
Source§impl PartialOrd for RangeV2
impl PartialOrd for RangeV2
impl Eq for RangeV2
impl StructuralPartialEq for RangeV2
Auto Trait Implementations§
impl Freeze for RangeV2
impl RefUnwindSafe for RangeV2
impl Send for RangeV2
impl Sync for RangeV2
impl Unpin for RangeV2
impl UnsafeUnpin for RangeV2
impl UnwindSafe for RangeV2
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