pub struct RangeStart {
pub character: u64,
pub line: u64,
}Fields§
§character: u64§line: u64Trait Implementations§
Source§impl Clone for RangeStart
impl Clone for RangeStart
Source§fn clone(&self) -> RangeStart
fn clone(&self) -> RangeStart
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 RangeStart
impl Debug for RangeStart
Source§impl<'de> Deserialize<'de> for RangeStart
impl<'de> Deserialize<'de> for RangeStart
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 RangeStart
impl PartialEq for RangeStart
Source§impl Serialize for RangeStart
impl Serialize for RangeStart
impl StructuralPartialEq for RangeStart
Auto Trait Implementations§
impl Freeze for RangeStart
impl RefUnwindSafe for RangeStart
impl Send for RangeStart
impl Sync for RangeStart
impl Unpin for RangeStart
impl UnsafeUnpin for RangeStart
impl UnwindSafe for RangeStart
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