pub struct QuestionRejected2Data {
pub request_id: String,
pub session_id: String,
}Fields§
§request_id: String§session_id: StringTrait Implementations§
Source§impl Clone for QuestionRejected2Data
impl Clone for QuestionRejected2Data
Source§fn clone(&self) -> QuestionRejected2Data
fn clone(&self) -> QuestionRejected2Data
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 QuestionRejected2Data
impl Debug for QuestionRejected2Data
Source§impl<'de> Deserialize<'de> for QuestionRejected2Data
impl<'de> Deserialize<'de> for QuestionRejected2Data
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 PartialEq for QuestionRejected2Data
impl PartialEq for QuestionRejected2Data
Source§impl Serialize for QuestionRejected2Data
impl Serialize for QuestionRejected2Data
impl StructuralPartialEq for QuestionRejected2Data
Auto Trait Implementations§
impl Freeze for QuestionRejected2Data
impl RefUnwindSafe for QuestionRejected2Data
impl Send for QuestionRejected2Data
impl Sync for QuestionRejected2Data
impl Unpin for QuestionRejected2Data
impl UnsafeUnpin for QuestionRejected2Data
impl UnwindSafe for QuestionRejected2Data
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