Struct notedown_parser::utils::LSPMetaInfo[][src]

pub struct LSPMetaInfo {
    pub range: Range,
    pub url: Option<Rc<Url>>,
}

Fields

range: Rangeurl: Option<Rc<Url>>

Implementations

impl LSPMetaInfo[src]

pub fn set_range(&mut self, x1: u32, y1: u32, x2: u32, y2: u32)[src]

pub fn set_url(&mut self)[src]

Trait Implementations

impl Clone for LSPMetaInfo[src]

impl Debug for LSPMetaInfo[src]

impl Default for LSPMetaInfo[src]

impl Display for LSPMetaInfo[src]

impl Eq for LSPMetaInfo[src]

impl PartialEq<LSPMetaInfo> for LSPMetaInfo[src]

impl StructuralEq for LSPMetaInfo[src]

impl StructuralPartialEq for LSPMetaInfo[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.