pub struct notificationAlignmentSubmissionApproved;
Trait Implementations§
impl HasInputField<notificationAlignmentSubmissionApproved, Option<JSON>> for UpdateUserDataInput
Auto Trait Implementations§
impl Freeze for notificationAlignmentSubmissionApproved
impl RefUnwindSafe for notificationAlignmentSubmissionApproved
impl Send for notificationAlignmentSubmissionApproved
impl Sync for notificationAlignmentSubmissionApproved
impl Unpin for notificationAlignmentSubmissionApproved
impl UnwindSafe for notificationAlignmentSubmissionApproved
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