Struct taplo::schema::util::ExtMeta[][src]

pub struct ExtMeta {
    pub hidden: Option<bool>,
    pub links: Option<ExtLinks>,
    pub docs: Option<ExtDocs>,
    pub init_keys: Option<Vec<String>>,
}

Fields

hidden: Option<bool>links: Option<ExtLinks>docs: Option<ExtDocs>init_keys: Option<Vec<String>>

Trait Implementations

impl Clone for ExtMeta[src]

impl Debug for ExtMeta[src]

impl Default for ExtMeta[src]

impl<'de> Deserialize<'de> for ExtMeta[src]

impl Eq for ExtMeta[src]

impl Hash for ExtMeta[src]

impl PartialEq<ExtMeta> for ExtMeta[src]

impl Serialize for ExtMeta[src]

impl StructuralEq for ExtMeta[src]

impl StructuralPartialEq for ExtMeta[src]

Auto Trait Implementations

impl RefUnwindSafe for ExtMeta

impl Send for ExtMeta

impl Sync for ExtMeta

impl Unpin for ExtMeta

impl UnwindSafe for ExtMeta

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> DynClone for T where
    T: Clone
[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, 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.