pub struct Language<N: NestedValue> {
Show 29 fields pub LIT_15_FALSE: N, pub LIT_28_1: N, pub LIT_0_BOOLEAN: N, pub LIT_5_BYTE_STRING: N, pub LIT_2_DOUBLE: N, pub LIT_1_FLOAT: N, pub LIT_3_SIGNED_INTEGER: N, pub LIT_4_STRING: N, pub LIT_6_SYMBOL: N, pub LIT_14_AND: N, pub LIT_21_ANY: N, pub LIT_22_ATOM: N, pub LIT_8_BUNDLE: N, pub LIT_18_DEFINITIONS: N, pub LIT_12_DICT: N, pub LIT_27_DICTOF: N, pub LIT_23_EMBEDDED: N, pub LIT_19_EMBEDDED_TYPE: N, pub LIT_24_LIT: N, pub LIT_7_NAMED: N, pub LIT_13_OR: N, pub LIT_9_REC: N, pub LIT_16_REF: N, pub LIT_17_SCHEMA: N, pub LIT_25_SEQOF: N, pub LIT_26_SETOF: N, pub LIT_10_TUPLE: N, pub LIT_11_TUPLE_PREFIX: N, pub LIT_20_VERSION: N,
}

Fields§

§LIT_15_FALSE: N§LIT_28_1: N§LIT_0_BOOLEAN: N§LIT_5_BYTE_STRING: N§LIT_2_DOUBLE: N§LIT_1_FLOAT: N§LIT_3_SIGNED_INTEGER: N§LIT_4_STRING: N§LIT_6_SYMBOL: N§LIT_14_AND: N§LIT_21_ANY: N§LIT_22_ATOM: N§LIT_8_BUNDLE: N§LIT_18_DEFINITIONS: N§LIT_12_DICT: N§LIT_27_DICTOF: N§LIT_23_EMBEDDED: N§LIT_19_EMBEDDED_TYPE: N§LIT_24_LIT: N§LIT_7_NAMED: N§LIT_13_OR: N§LIT_9_REC: N§LIT_16_REF: N§LIT_17_SCHEMA: N§LIT_25_SEQOF: N§LIT_26_SETOF: N§LIT_10_TUPLE: N§LIT_11_TUPLE_PREFIX: N§LIT_20_VERSION: N

Trait Implementations§

source§

impl<N: NestedValue> Default for Language<N>

source§

fn default() -> Self

Returns the “default value” for a type. Read more

Auto Trait Implementations§

§

impl<N> RefUnwindSafe for Language<N>where
    N: RefUnwindSafe,

§

impl<N> Send for Language<N>where
    N: Send,

§

impl<N> Sync for Language<N>where
    N: Sync,

§

impl<N> Unpin for Language<N>where
    N: Unpin,

§

impl<N> UnwindSafe for Language<N>where
    N: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for Twhere
    T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere
    T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere
    T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<L, N> Codec<N> for Lwhere
    N: NestedValue,

source§

fn parse<'a, T>(&'a self, value: &N) -> Result<T, ParseError>where
    T: Parse<&'a L, N>,

source§

fn unparse<'a, T>(&'a self, value: &T) -> Nwhere
    T: Unparse<&'a L, N>,

source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere
    U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere
    U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere
    U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.