pub struct QuestionRejected2 {
pub data: QuestionRejected2Data,
pub durable: Option<SessionStatus2Durable>,
pub id: String,
pub location: Option<LocationRef>,
pub metadata: Option<Map<String, Value>>,
pub type_: String,
}Fields§
§data: QuestionRejected2Data§durable: Option<SessionStatus2Durable>§id: String§location: Option<LocationRef>§metadata: Option<Map<String, Value>>§type_: StringTrait Implementations§
Source§impl Clone for QuestionRejected2
impl Clone for QuestionRejected2
Source§fn clone(&self) -> QuestionRejected2
fn clone(&self) -> QuestionRejected2
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 QuestionRejected2
impl Debug for QuestionRejected2
Source§impl<'de> Deserialize<'de> for QuestionRejected2
impl<'de> Deserialize<'de> for QuestionRejected2
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 QuestionRejected2
impl PartialEq for QuestionRejected2
Source§impl Serialize for QuestionRejected2
impl Serialize for QuestionRejected2
impl StructuralPartialEq for QuestionRejected2
Auto Trait Implementations§
impl Freeze for QuestionRejected2
impl RefUnwindSafe for QuestionRejected2
impl Send for QuestionRejected2
impl Sync for QuestionRejected2
impl Unpin for QuestionRejected2
impl UnsafeUnpin for QuestionRejected2
impl UnwindSafe for QuestionRejected2
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