pub type AnyChanCell = ChanCell<AnyChanMsg>;
Expand description
A decoded and parsed channel cell of unrestricted type.
Aliased Type§
pub struct AnyChanCell { /* private fields */ }
Trait Implementations§
Source§impl From<AuthChallenge> for AnyChanCell
impl From<AuthChallenge> for AnyChanCell
Source§fn from(body: AuthChallenge) -> AnyChanCell
fn from(body: AuthChallenge) -> AnyChanCell
Converts to this type from the input type.
Source§impl From<Authenticate> for AnyChanCell
impl From<Authenticate> for AnyChanCell
Source§fn from(body: Authenticate) -> AnyChanCell
fn from(body: Authenticate) -> AnyChanCell
Converts to this type from the input type.
Source§impl From<Authorize> for AnyChanCell
impl From<Authorize> for AnyChanCell
Source§fn from(body: Authorize) -> AnyChanCell
fn from(body: Authorize) -> AnyChanCell
Converts to this type from the input type.
Source§impl From<Certs> for AnyChanCell
impl From<Certs> for AnyChanCell
Source§fn from(body: Certs) -> AnyChanCell
fn from(body: Certs) -> AnyChanCell
Converts to this type from the input type.
Source§impl From<Netinfo> for AnyChanCell
impl From<Netinfo> for AnyChanCell
Source§fn from(body: Netinfo) -> AnyChanCell
fn from(body: Netinfo) -> AnyChanCell
Converts to this type from the input type.
Source§impl From<Padding> for AnyChanCell
impl From<Padding> for AnyChanCell
Source§fn from(body: Padding) -> AnyChanCell
fn from(body: Padding) -> AnyChanCell
Converts to this type from the input type.
Source§impl From<PaddingNegotiate> for AnyChanCell
impl From<PaddingNegotiate> for AnyChanCell
Source§fn from(body: PaddingNegotiate) -> AnyChanCell
fn from(body: PaddingNegotiate) -> AnyChanCell
Converts to this type from the input type.
Source§impl From<Versions> for AnyChanCell
impl From<Versions> for AnyChanCell
Source§fn from(body: Versions) -> AnyChanCell
fn from(body: Versions) -> AnyChanCell
Converts to this type from the input type.
Source§impl From<Vpadding> for AnyChanCell
impl From<Vpadding> for AnyChanCell
Source§fn from(body: Vpadding) -> AnyChanCell
fn from(body: Vpadding) -> AnyChanCell
Converts to this type from the input type.
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 64 bytes