Trait clacks_mtproto::AnyBoxedSerialize [] [src]

pub trait AnyBoxedSerialize: Any + BoxedSerialize + Serialize {
    fn as_any(&self) -> &Any;
fn into_boxed_any(self: Box<Self>) -> Box<Any>; }

Required Methods

Important traits for Box<W>

Trait Implementations

impl<'erased> Serialize for AnyBoxedSerialize + 'erased

Serialize this value into the given Serde serializer. Read more

impl<'erased> Serialize for AnyBoxedSerialize + Send + 'erased

Serialize this value into the given Serde serializer. Read more

impl<'erased> Serialize for AnyBoxedSerialize + Sync + 'erased

Serialize this value into the given Serde serializer. Read more

impl<'erased> Serialize for AnyBoxedSerialize + Send + Sync + 'erased

Serialize this value into the given Serde serializer. Read more

Implementors