pub struct PreviewResp {
pub subject: String,
pub html_body: String,
pub text_body: String,
}Fields§
§subject: String§html_body: String§text_body: StringTrait Implementations§
Source§impl Clone for PreviewResp
impl Clone for PreviewResp
Source§fn clone(&self) -> PreviewResp
fn clone(&self) -> PreviewResp
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 ComposeSchema for PreviewResp
impl ComposeSchema for PreviewResp
Source§impl Debug for PreviewResp
impl Debug for PreviewResp
Source§impl<'de> Deserialize<'de> for PreviewResp
impl<'de> Deserialize<'de> for PreviewResp
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 Serialize for PreviewResp
impl Serialize for PreviewResp
Auto Trait Implementations§
impl Freeze for PreviewResp
impl RefUnwindSafe for PreviewResp
impl Send for PreviewResp
impl Sync for PreviewResp
impl Unpin for PreviewResp
impl UnsafeUnpin for PreviewResp
impl UnwindSafe for PreviewResp
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