Enum everscale_network::proto::adnl::OutgoingMessages
source · pub enum OutgoingMessages<'a> {
Single(&'a [u8]),
Pair(&'a [u8]),
}Variants§
Implementations§
Trait Implementations§
source§impl<'a> Clone for OutgoingMessages<'a>
impl<'a> Clone for OutgoingMessages<'a>
source§fn clone(&self) -> OutgoingMessages<'a>
fn clone(&self) -> OutgoingMessages<'a>
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