pub struct ChanCell { /* private fields */ }
Expand description
A decoded channel cell, to be sent or received on a channel.
Implementations
Trait Implementations
sourceimpl From<AuthChallenge> for ChanCell
impl From<AuthChallenge> for ChanCell
sourcefn from(body: AuthChallenge) -> ChanCell
fn from(body: AuthChallenge) -> ChanCell
Converts to this type from the input type.
sourceimpl From<Authenticate> for ChanCell
impl From<Authenticate> for ChanCell
sourcefn from(body: Authenticate) -> ChanCell
fn from(body: Authenticate) -> ChanCell
Converts to this type from the input type.
sourceimpl From<PaddingNegotiate> for ChanCell
impl From<PaddingNegotiate> for ChanCell
sourcefn from(body: PaddingNegotiate) -> ChanCell
fn from(body: PaddingNegotiate) -> ChanCell
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for ChanCell
impl Send for ChanCell
impl Sync for ChanCell
impl Unpin for ChanCell
impl UnwindSafe for ChanCell
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more