Struct worterbuch_common::PLs
source · pub struct PLs {
pub transaction_id: TransactionId,
pub parent_pattern: Option<RequestPattern>,
}Fields§
§transaction_id: TransactionId§parent_pattern: Option<RequestPattern>Trait Implementations§
source§impl<'de> Deserialize<'de> for PLs
impl<'de> Deserialize<'de> for PLs
source§fn 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 PLs
impl StructuralPartialEq for PLs
Auto Trait Implementations§
impl Freeze for PLs
impl RefUnwindSafe for PLs
impl Send for PLs
impl Sync for PLs
impl Unpin for PLs
impl UnwindSafe for PLs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)