pub struct EmailPreview;
Trait Implementations§
Source§impl Field for EmailPreview
impl Field for EmailPreview
Source§impl HasArgument<notificationIds> for EmailPreview
impl HasArgument<notificationIds> for EmailPreview
Source§impl HasArgument<postId> for EmailPreview
impl HasArgument<postId> 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