pub struct Authorize { /* private fields */ }Expand description
The Authorize message type is not yet used.
Implementations§
Trait Implementations§
source§impl Body for Authorize
impl Body for Authorize
source§fn encode_onto<W: Writer + ?Sized>(self, w: &mut W) -> EncodeResult<()>
fn encode_onto<W: Writer + ?Sized>(self, w: &mut W) -> EncodeResult<()>
Consume this message and encode its body onto
w. Read moresource§fn decode_from_reader(r: &mut Reader<'_>) -> Result<Self>
fn decode_from_reader(r: &mut Reader<'_>) -> Result<Self>
Decode a channel cell body from a provided reader.
source§impl ChanMsg for Authorize
impl ChanMsg for Authorize
source§fn encode_onto<W: Writer + ?Sized>(self, w: &mut W) -> EncodeResult<()>
fn encode_onto<W: Writer + ?Sized>(self, w: &mut W) -> EncodeResult<()>
Write the body of this message (not including length or command).
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<Authorize> for AnyChanMsg
impl From<Authorize> for AnyChanMsg
source§fn from(m: Authorize) -> AnyChanMsg
fn from(m: Authorize) -> AnyChanMsg
Converts to this type from the input type.