Struct everscale_network::proto::rpc::DhtFindValue
source · [−]Fields
key: HashRef<'tl>k: u32Trait Implementations
sourceimpl<'tl> TlRead<'tl> for DhtFindValue<'tl>
impl<'tl> TlRead<'tl> for DhtFindValue<'tl>
Auto Trait Implementations
impl<'tl> RefUnwindSafe for DhtFindValue<'tl>
impl<'tl> Send for DhtFindValue<'tl>
impl<'tl> Sync for DhtFindValue<'tl>
impl<'tl> Unpin for DhtFindValue<'tl>
impl<'tl> UnwindSafe for DhtFindValue<'tl>
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