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