pub struct statusChanges;Trait Implementations§
Source§impl Field for statusChanges
impl Field for statusChanges
impl HasInputField<statusChanges, Option<PartialNotificationChannelPreferencesInput>> for NotificationCategoryPreferencesInput
Auto Trait Implementations§
impl Freeze for statusChanges
impl RefUnwindSafe for statusChanges
impl Send for statusChanges
impl Sync for statusChanges
impl Unpin for statusChanges
impl UnwindSafe for statusChanges
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