Struct everscale_network::proto::dht::KeyOwned
source · pub struct KeyOwned {
pub id: [u8; 32],
pub name: Bytes,
pub idx: u32,
}Fields§
§id: [u8; 32]§name: Bytes§idx: u32Implementations§
Trait Implementations§
source§impl BoxedConstructor for KeyOwned
impl BoxedConstructor for KeyOwned
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.Auto Trait Implementations§
impl RefUnwindSafe for KeyOwned
impl Send for KeyOwned
impl Sync for KeyOwned
impl Unpin for KeyOwned
impl UnwindSafe for KeyOwned
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more