[][src]Struct fastobo::ast::UnquotedStr

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

A borrowed UnquotedString.

Implementations

impl UnquotedStr[src]

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

Create a new QuotedStr.

Trait Implementations

impl AsRef<UnquotedStr> for UnquotedString[src]

impl AsRef<UnquotedStr> for UnquotedStr[src]

impl AsRef<str> for UnquotedStr[src]

impl Borrow<UnquotedStr> for UnquotedString[src]

impl Debug for UnquotedStr[src]

impl Deref for UnquotedStr[src]

type Target = str

The resulting type after dereferencing.

impl<'a> Display for UnquotedStr[src]

impl Eq for UnquotedStr[src]

impl Hash for UnquotedStr[src]

impl OpaqueTypedefUnsized for UnquotedStr[src]

type Inner = str

Inner type.

type Error = Infallible

Validation error type.

impl Ord for UnquotedStr[src]

impl PartialEq<UnquotedStr> for UnquotedStr[src]

impl PartialOrd<UnquotedStr> for UnquotedStr[src]

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

impl<'a> Share<'a, &'a UnquotedStr> for UnquotedString[src]

impl StructuralEq for UnquotedStr[src]

impl StructuralPartialEq for UnquotedStr[src]

impl ToOwned for UnquotedStr[src]

type Owned = UnquotedString

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]