Struct everscale_network::proto::dht::KeyOwned
source · Fields
id: [u8; 32]name: Bytesidx: u32Implementations
sourceimpl KeyOwned
impl KeyOwned
pub fn as_equivalent_ref(&self) -> Key<'_>
Trait Implementations
sourceimpl BoxedConstructor for KeyOwned
impl BoxedConstructor for KeyOwned
const TL_ID: u32 = 4_134_002_319u32
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
BoxedWrapperAuto Trait Implementations
impl RefUnwindSafe for KeyOwned
impl Send for KeyOwned
impl Sync for KeyOwned
impl Unpin for KeyOwned
impl UnwindSafe for KeyOwned
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