Struct vls_protocol::model::OnionRoutingPacket
source · pub struct OnionRoutingPacket(pub [u8; 1366]);
Tuple Fields§
§0: [u8; 1366]
Trait Implementations§
source§impl Clone for OnionRoutingPacket
impl Clone for OnionRoutingPacket
source§fn clone(&self) -> OnionRoutingPacket
fn clone(&self) -> OnionRoutingPacket
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 moresource§impl Debug for OnionRoutingPacket
impl Debug for OnionRoutingPacket
source§impl<'de> Deserialize<'de> for OnionRoutingPacket
impl<'de> Deserialize<'de> for OnionRoutingPacket
source§fn deserialize<D>(d: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(d: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more