pub struct LegacyPoint {
pub line: u32,
pub character: u32,
}Fields§
§line: u32§character: u32Trait Implementations§
Source§impl Clone for LegacyPoint
impl Clone for LegacyPoint
Source§fn clone(&self) -> LegacyPoint
fn clone(&self) -> LegacyPoint
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 LegacyPoint
impl Debug for LegacyPoint
Source§impl<'de> Deserialize<'de> for LegacyPoint
impl<'de> Deserialize<'de> for LegacyPoint
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
impl Eq for LegacyPoint
Source§impl From<LegacyPoint> for AttributeValue
impl From<LegacyPoint> for AttributeValue
Source§fn from(value: LegacyPoint) -> Self
fn from(value: LegacyPoint) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LegacyPoint
impl PartialEq for LegacyPoint
Source§impl Serialize for LegacyPoint
impl Serialize for LegacyPoint
impl StructuralPartialEq for LegacyPoint
Auto Trait Implementations§
impl Freeze for LegacyPoint
impl RefUnwindSafe for LegacyPoint
impl Send for LegacyPoint
impl Sync for LegacyPoint
impl Unpin for LegacyPoint
impl UnsafeUnpin for LegacyPoint
impl UnwindSafe for LegacyPoint
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