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