pub struct UpdateNotificationDataInput;
Trait Implementations§
impl HasInputField<data, UpdateNotificationDataInput> for UpdateNotificationInput
impl HasInputField<legacyData, Option<JSON>> for UpdateNotificationDataInput
impl HasInputField<viewed, Option<bool>> for UpdateNotificationDataInput
impl InputObjectMarker for UpdateNotificationDataInput
Auto Trait Implementations§
impl Freeze for UpdateNotificationDataInput
impl RefUnwindSafe for UpdateNotificationDataInput
impl Send for UpdateNotificationDataInput
impl Sync for UpdateNotificationDataInput
impl Unpin for UpdateNotificationDataInput
impl UnwindSafe for UpdateNotificationDataInput
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