[][src]Struct ra_ap_syntax::ast::RawString

pub struct RawString { /* fields omitted */ }

Implementations

impl RawString[src]

pub fn map_range_up(&self, range: TextRange) -> Option<TextRange>[src]

Trait Implementations

impl AstToken for RawString[src]

impl Clone for RawString[src]

impl Debug for RawString[src]

impl Display for RawString[src]

impl Eq for RawString[src]

impl HasFormatSpecifier for RawString[src]

impl HasQuotes for RawString[src]

impl HasStringValue for RawString[src]

impl Hash for RawString[src]

impl PartialEq<RawString> for RawString[src]

impl StructuralEq for RawString[src]

impl StructuralPartialEq for RawString[src]

Auto Trait Implementations

impl !RefUnwindSafe for RawString

impl !Send for RawString

impl !Sync for RawString

impl Unpin for RawString

impl !UnwindSafe for RawString

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.