pub struct DhtFindValue<'tl> {
pub key: HashRef<'tl>,
pub k: u32,
}Fields§
§key: HashRef<'tl>§k: u32Implementations§
Trait Implementations§
Source§impl<'tl> TlRead<'tl> for DhtFindValue<'tl>
impl<'tl> TlRead<'tl> for DhtFindValue<'tl>
Auto Trait Implementations§
impl<'tl> Freeze for DhtFindValue<'tl>
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§
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