pub struct NotificationUpdateInput;Trait Implementations§
impl HasInputField<initiativeUpdateId, Option<String>> for NotificationUpdateInput
impl HasInputField<projectUpdateId, Option<String>> for NotificationUpdateInput
impl HasInputField<readAt, Option<DateTime>> for NotificationUpdateInput
impl HasInputField<snoozedUntilAt, Option<DateTime>> for NotificationUpdateInput
impl InputObjectMarker for NotificationUpdateInput
Auto Trait Implementations§
impl Freeze for NotificationUpdateInput
impl RefUnwindSafe for NotificationUpdateInput
impl Send for NotificationUpdateInput
impl Sync for NotificationUpdateInput
impl Unpin for NotificationUpdateInput
impl UnwindSafe for NotificationUpdateInput
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