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

pub struct ExtDocs {
    pub main: Option<String>,
    pub const_value: Option<String>,
    pub default_value: Option<String>,
    pub enum_values: Option<Vec<Option<String>>>,
}

Fields

main: Option<String>const_value: Option<String>default_value: Option<String>enum_values: Option<Vec<Option<String>>>

Trait Implementations

impl Clone for ExtDocs[src]

impl Debug for ExtDocs[src]

impl Default for ExtDocs[src]

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

impl Eq for ExtDocs[src]

impl Hash for ExtDocs[src]

impl PartialEq<ExtDocs> for ExtDocs[src]

impl Serialize for ExtDocs[src]

impl StructuralEq for ExtDocs[src]

impl StructuralPartialEq for ExtDocs[src]

Auto Trait Implementations

impl RefUnwindSafe for ExtDocs

impl Send for ExtDocs

impl Sync for ExtDocs

impl Unpin for ExtDocs

impl UnwindSafe for ExtDocs

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.