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