Struct tor_cell::relaycell::UnparsedRelayCell
source · pub struct UnparsedRelayCell { /* private fields */ }Expand description
A relay cell that has not yet been fully parsed, but where we have access to the command and stream ID, for dispatching purposes.
Implementations§
source§impl UnparsedRelayCell
impl UnparsedRelayCell
Trait Implementations§
source§impl Clone for UnparsedRelayCell
impl Clone for UnparsedRelayCell
source§fn clone(&self) -> UnparsedRelayCell
fn clone(&self) -> UnparsedRelayCell
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more