[][src]Struct savefile::Removed

pub struct Removed<T> { /* fields omitted */ }

Methods

impl<T> Removed<T>[src]

pub fn new() -> Removed<T>[src]

Trait Implementations

impl<T: WithSchema> WithSchema for Removed<T>[src]

impl<T: WithSchema> Serialize for Removed<T>[src]

impl<T: WithSchema + Deserialize> Deserialize for Removed<T>[src]

impl<T: PartialEq> PartialEq<Removed<T>> for Removed<T>[src]

impl<T: Debug> Debug for Removed<T>[src]

Auto Trait Implementations

impl<T> Sync for Removed<T> where
    T: Sync

impl<T> Send for Removed<T> where
    T: Send

impl<T> Unpin for Removed<T> where
    T: Unpin

impl<T> UnwindSafe for Removed<T> where
    T: UnwindSafe

impl<T> RefUnwindSafe for Removed<T> where
    T: RefUnwindSafe

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]

impl<T> Erased for T