pub struct QueryCommon {
pub context_id: ContextId,
pub request_id: RequestId,
pub event_name: String,
}Fields§
§context_id: ContextId§request_id: RequestId§event_name: StringTrait Implementations§
Source§impl Clone for QueryCommon
impl Clone for QueryCommon
Source§fn clone(&self) -> QueryCommon
fn clone(&self) -> QueryCommon
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 QueryCommon
impl Debug for QueryCommon
Source§impl<'de> Deserialize<'de> for QueryCommon
impl<'de> Deserialize<'de> for QueryCommon
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 From<RequestInfoCommon> for QueryCommon
impl From<RequestInfoCommon> for QueryCommon
Source§fn from(common: RequestInfoCommon) -> Self
fn from(common: RequestInfoCommon) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for QueryCommon
impl RefUnwindSafe for QueryCommon
impl Send for QueryCommon
impl Sync for QueryCommon
impl Unpin for QueryCommon
impl UnwindSafe for QueryCommon
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