Struct everscale_network::proto::rpc::OverlayQuery
source · pub struct OverlayQuery<'tl> {
pub overlay: HashRef<'tl>,
}Fields§
§overlay: HashRef<'tl>Implementations§
Trait Implementations§
source§impl<'tl> Clone for OverlayQuery<'tl>
impl<'tl> Clone for OverlayQuery<'tl>
source§fn clone(&self) -> OverlayQuery<'tl>
fn clone(&self) -> OverlayQuery<'tl>
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