pub struct ConfirmationAnswer {
pub answer_content: AnswerContent,
}Expand description
The structure stored in DB for answers
Fields§
§answer_content: AnswerContentTrait Implementations§
Source§impl Clone for ConfirmationAnswer
impl Clone for ConfirmationAnswer
Source§fn clone(&self) -> ConfirmationAnswer
fn clone(&self) -> ConfirmationAnswer
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 ConfirmationAnswer
impl Debug for ConfirmationAnswer
Source§impl<'de> Deserialize<'de> for ConfirmationAnswer
impl<'de> Deserialize<'de> for ConfirmationAnswer
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
Auto Trait Implementations§
impl Freeze for ConfirmationAnswer
impl RefUnwindSafe for ConfirmationAnswer
impl Send for ConfirmationAnswer
impl Sync for ConfirmationAnswer
impl Unpin for ConfirmationAnswer
impl UnwindSafe for ConfirmationAnswer
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