[][src]Struct destruct_lib::DestructEnd

pub struct DestructEnd<M: DestructMetadata + 'static> { /* fields omitted */ }

Methods

impl<M: DestructMetadata + 'static> DestructEnd<M>[src]

pub fn new() -> Self[src]

Constructs a new DestructEnd.

impl<M: DestructMetadata + 'static> DestructEnd<M>[src]

pub fn struct_name(&self) -> &'static str[src]

Trait Implementations

impl<M: Eq + DestructMetadata + 'static> Eq for DestructEnd<M>[src]

impl<M: PartialEq + DestructMetadata + 'static> PartialEq<DestructEnd<M>> for DestructEnd<M>[src]

impl<M: Debug + DestructMetadata + 'static> Debug for DestructEnd<M>[src]

impl<M: DestructMetadata + 'static> StructuralPartialEq for DestructEnd<M>[src]

impl<M: DestructMetadata + 'static> StructuralEq for DestructEnd<M>[src]

Auto Trait Implementations

impl<M> Send for DestructEnd<M> where
    M: Sync

impl<M> Sync for DestructEnd<M> where
    M: Sync

impl<M> Unpin for DestructEnd<M>

impl<M> UnwindSafe for DestructEnd<M> where
    M: RefUnwindSafe

impl<M> RefUnwindSafe for DestructEnd<M> where
    M: 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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