Struct input::CloseArgs[][src]

pub struct CloseArgs;

Close arguments.

Trait Implementations

impl Clone for CloseArgs[src]

impl Copy for CloseArgs[src]

impl Debug for CloseArgs[src]

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

impl Eq for CloseArgs[src]

impl From<CloseArgs> for Input[src]

impl Hash for CloseArgs[src]

impl Ord for CloseArgs[src]

impl PartialEq<CloseArgs> for CloseArgs[src]

impl PartialOrd<CloseArgs> for CloseArgs[src]

impl Serialize for CloseArgs[src]

impl StructuralEq for CloseArgs[src]

impl StructuralPartialEq for CloseArgs[src]

Auto Trait Implementations

impl RefUnwindSafe for CloseArgs

impl Send for CloseArgs

impl Sync for CloseArgs

impl Unpin for CloseArgs

impl UnwindSafe for CloseArgs

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> 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.