Struct everscale_network::proto::overlay::NodesOwned
source · [−]Fields
nodes: SmallVec<[NodeOwned; 5]>Trait Implementations
sourceimpl BoxedConstructor for NodesOwned
impl BoxedConstructor for NodesOwned
const TL_ID: u32 = 3_834_063_118u32
sourcefn as_boxed(&self) -> BoxedWrapper<&Self>
fn as_boxed(&self) -> BoxedWrapper<&Self>
Wraps bare type reference into
BoxedWrappersourcefn into_boxed(self) -> BoxedWrapper<Self>
fn into_boxed(self) -> BoxedWrapper<Self>
Converts bare type into
BoxedWrappersourceimpl Clone for NodesOwned
impl Clone for NodesOwned
sourcefn clone(&self) -> NodesOwned
fn clone(&self) -> NodesOwned
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<'tl> TlRead<'tl> for NodesOwned
impl<'tl> TlRead<'tl> for NodesOwned
Auto Trait Implementations
impl RefUnwindSafe for NodesOwned
impl Send for NodesOwned
impl Sync for NodesOwned
impl Unpin for NodesOwned
impl UnwindSafe for NodesOwned
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more