pub struct Pair {
pub key: Vec<u8>,
pub value: Vec<u8>,
}
Fields§
§key: Vec<u8>
§value: Vec<u8>
Trait Implementations§
Source§impl<P> Deserialize<P> for Pairwhere
P: ProtocolReader,
impl<P> Deserialize<P> for Pairwhere
P: ProtocolReader,
Source§impl Ord for Pair
impl Ord for Pair
Source§impl PartialOrd for Pair
impl PartialOrd for Pair
impl Eq for Pair
impl Send for Pair
impl StructuralPartialEq for Pair
impl Sync for Pair
Auto Trait Implementations§
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