[][src]Struct serde_gff::ResRef

pub struct ResRef(_);

Представляет ссылку на игровой ресурс, которым может быть шаблон объекта

Methods

impl ResRef[src]

pub fn as_str(&self) -> Result<&str, Utf8Error>[src]

Возвращает представление данной ссылки на ресурс как строки, если она представлена в виде UTF-8 строки

pub fn as_string(self) -> Result<String, FromUtf8Error>[src]

Возвращает представление данной ссылки на ресурс как строки, если она представлена в виде UTF-8 строки

Trait Implementations

impl Clone for ResRef[src]

impl Debug for ResRef[src]

impl Display for ResRef[src]

impl Eq for ResRef[src]

impl<'a> From<&'a str> for ResRef[src]

impl FromStr for ResRef[src]

type Err = ()

The associated error which can be returned from parsing.

impl Hash for ResRef[src]

impl<'a> Into<&'a str> for &'a ResRef[src]

impl Into<String> for ResRef[src]

impl PartialEq<ResRef> for ResRef[src]

impl StructuralEq for ResRef[src]

impl StructuralPartialEq for ResRef[src]

Auto Trait Implementations

impl RefUnwindSafe for ResRef

impl Send for ResRef

impl Sync for ResRef

impl Unpin for ResRef

impl UnwindSafe for ResRef

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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?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.