[][src]Struct yamlette::face::Options

pub struct Options<S> where
    S: Schema + 'static, 
{ pub schema: Option<S>, }

Fields

schema: Option<S>

Methods

impl<S> Options<S> where
    S: Schema + Clone + 'static, 
[src]

pub fn new() -> Options<S>[src]

Trait Implementations

impl<S, O> From<(S, Options<O>)> for Options<S> where
    S: Schema + Clone + 'static,
    O: Schema + Clone + 'static, 
[src]

Auto Trait Implementations

impl<S> Send for Options<S>

impl<S> Sync for Options<S>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[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.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]