pub struct PSubscribe {
pub transaction_id: TransactionId,
pub request_pattern: RequestPattern,
pub unique: bool,
}Fields§
§transaction_id: TransactionId§request_pattern: RequestPattern§unique: boolTrait Implementations§
Source§impl Clone for PSubscribe
impl Clone for PSubscribe
Source§fn clone(&self) -> PSubscribe
fn clone(&self) -> PSubscribe
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PSubscribe
impl Debug for PSubscribe
Source§impl<'de> Deserialize<'de> for PSubscribe
impl<'de> Deserialize<'de> for PSubscribe
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
Source§impl Hash for PSubscribe
impl Hash for PSubscribe
Source§impl PartialEq for PSubscribe
impl PartialEq for PSubscribe
Source§impl Serialize for PSubscribe
impl Serialize for PSubscribe
impl Eq for PSubscribe
impl StructuralPartialEq for PSubscribe
Auto Trait Implementations§
impl Freeze for PSubscribe
impl RefUnwindSafe for PSubscribe
impl Send for PSubscribe
impl Sync for PSubscribe
impl Unpin for PSubscribe
impl UnwindSafe for PSubscribe
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