Struct libworterbuch::codec::PState
source · [−]pub struct PState {
pub transaction_id: TransactionId,
pub request_pattern: RequestPattern,
pub key_value_pairs: KeyValuePairs,
}Fields
transaction_id: TransactionIdrequest_pattern: RequestPatternkey_value_pairs: KeyValuePairsTrait Implementations
sourceimpl<'de> Deserialize<'de> for PState
impl<'de> Deserialize<'de> for PState
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PState
impl StructuralEq for PState
impl StructuralPartialEq for PState
Auto Trait Implementations
impl RefUnwindSafe for PState
impl Send for PState
impl Sync for PState
impl Unpin for PState
impl UnwindSafe for PState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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