Struct tor_cell::relaycell::msg::Unrecognized [−][src]
pub struct Unrecognized { /* fields omitted */ }Expand description
A relay message that we didn’t recognize
NOTE: Clients should generally reject these.
Implementations
Create a new ‘unrecognized’ cell.
Decode this message, using a provided command.
Trait Implementations
Convert this type into a RelayMsg, wrapped appropriate.
Decode a relay cell body from a provided reader.
Encode the body of this cell into the end of a vec.
Auto Trait Implementations
impl RefUnwindSafe for Unrecognized
impl Send for Unrecognized
impl Sync for Unrecognized
impl Unpin for Unrecognized
impl UnwindSafe for Unrecognized
Blanket Implementations
Mutably borrows from an owned value. Read more