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