pub struct notificationIds;
Trait Implementations§
Source§impl HasArgument<notificationIds> for EmailPreview
impl HasArgument<notificationIds> for EmailPreview
Auto Trait Implementations§
impl Freeze for notificationIds
impl RefUnwindSafe for notificationIds
impl Send for notificationIds
impl Sync for notificationIds
impl Unpin for notificationIds
impl UnwindSafe for notificationIds
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