pub struct EmailPreview;
Trait Implementations§
Source§impl HasField<__typename> for EmailPreview
impl HasField<__typename> for EmailPreview
Source§impl HasField<html> for EmailPreview
impl HasField<html> for EmailPreview
Source§impl HasField<subject> for EmailPreview
impl HasField<subject> for EmailPreview
Source§impl HasField<text> for EmailPreview
impl HasField<text> for EmailPreview
Source§impl HasField<to> for EmailPreview
impl HasField<to> for EmailPreview
Auto Trait Implementations§
impl Freeze for EmailPreview
impl RefUnwindSafe for EmailPreview
impl Send for EmailPreview
impl Sync for EmailPreview
impl Unpin for EmailPreview
impl UnwindSafe for EmailPreview
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