[][src]Struct fastobo::ast::QuotedStr

#[repr(transparent)]pub struct QuotedStr(_);

A borrowed QuotedString.

Implementations

impl QuotedStr[src]

pub fn new(s: &str) -> &Self[src]

Create a new QuotedStr.

Trait Implementations

impl AsRef<QuotedStr> for QuotedString[src]

impl AsRef<QuotedStr> for QuotedStr[src]

impl AsRef<str> for QuotedStr[src]

impl Borrow<QuotedStr> for QuotedString[src]

impl Debug for QuotedStr[src]

impl Deref for QuotedStr[src]

type Target = str

The resulting type after dereferencing.

impl<'a> Display for QuotedStr[src]

impl Eq for QuotedStr[src]

impl Hash for QuotedStr[src]

impl OpaqueTypedefUnsized for QuotedStr[src]

type Inner = str

Inner type.

type Error = Infallible

Validation error type.

impl Ord for QuotedStr[src]

impl PartialEq<QuotedStr> for QuotedStr[src]

impl PartialEq<String> for QuotedStr[src]

impl PartialEq<str> for QuotedStr[src]

impl PartialOrd<QuotedStr> for QuotedStr[src]

impl<'a> Redeem<'a> for &'a QuotedStr[src]

impl<'a> Share<'a, &'a QuotedStr> for QuotedString[src]

impl StructuralEq for QuotedStr[src]

impl StructuralPartialEq for QuotedStr[src]

impl ToOwned for QuotedStr[src]

type Owned = QuotedString

The resulting type after obtaining ownership.

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> 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]