pub struct FindValue {
pub key: [u8; 32],
}Expand description
Kademlia FIND_VALUE query. Wire format: integer-keyed CBOR map {0: bytes}.
Fields§
§key: [u8; 32]Trait Implementations§
Source§impl<'de> Deserialize<'de> for FindValue
impl<'de> Deserialize<'de> for FindValue
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
impl Eq for FindValue
impl StructuralPartialEq for FindValue
Auto Trait Implementations§
impl Freeze for FindValue
impl RefUnwindSafe for FindValue
impl Send for FindValue
impl Sync for FindValue
impl Unpin for FindValue
impl UnsafeUnpin for FindValue
impl UnwindSafe for FindValue
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