Struct everscale_network::proto::overlay::NodesOwned
source · pub struct NodesOwned {
pub nodes: SmallVec<[NodeOwned; 5]>,
}Fields§
§nodes: SmallVec<[NodeOwned; 5]>Trait Implementations§
source§impl BoxedConstructor for NodesOwned
impl BoxedConstructor for NodesOwned
source§fn as_boxed(&self) -> BoxedWrapper<&Self>
fn as_boxed(&self) -> BoxedWrapper<&Self>
Wraps bare type reference into
BoxedWrapper.source§fn into_boxed(self) -> BoxedWrapper<Self>
fn into_boxed(self) -> BoxedWrapper<Self>
Converts bare type into
BoxedWrapper.source§impl Clone for NodesOwned
impl Clone for NodesOwned
source§fn clone(&self) -> NodesOwned
fn clone(&self) -> NodesOwned
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