pub struct SingleNotificationOutput;
Trait Implementations§
Source§impl HasField<result> for SingleNotificationOutput
impl HasField<result> for SingleNotificationOutput
Source§type Type = Option<Notification>
type Type = Option<Notification>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SingleNotificationOutput
impl RefUnwindSafe for SingleNotificationOutput
impl Send for SingleNotificationOutput
impl Sync for SingleNotificationOutput
impl Unpin for SingleNotificationOutput
impl UnwindSafe for SingleNotificationOutput
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