pub struct NotificationCategoryPreferencesInput;Trait Implementations§
impl HasInputField<appsAndIntegrations, Option<PartialNotificationChannelPreferencesInput>> for NotificationCategoryPreferencesInput
impl HasInputField<assignments, Option<PartialNotificationChannelPreferencesInput>> for NotificationCategoryPreferencesInput
impl HasInputField<commentsAndReplies, Option<PartialNotificationChannelPreferencesInput>> for NotificationCategoryPreferencesInput
impl HasInputField<customers, Option<PartialNotificationChannelPreferencesInput>> for NotificationCategoryPreferencesInput
impl HasInputField<documentChanges, Option<PartialNotificationChannelPreferencesInput>> for NotificationCategoryPreferencesInput
impl HasInputField<feed, Option<PartialNotificationChannelPreferencesInput>> for NotificationCategoryPreferencesInput
impl HasInputField<mentions, Option<PartialNotificationChannelPreferencesInput>> for NotificationCategoryPreferencesInput
impl HasInputField<postsAndUpdates, Option<PartialNotificationChannelPreferencesInput>> for NotificationCategoryPreferencesInput
impl HasInputField<reactions, Option<PartialNotificationChannelPreferencesInput>> for NotificationCategoryPreferencesInput
impl HasInputField<reminders, Option<PartialNotificationChannelPreferencesInput>> for NotificationCategoryPreferencesInput
impl HasInputField<reviews, Option<PartialNotificationChannelPreferencesInput>> for NotificationCategoryPreferencesInput
impl HasInputField<statusChanges, Option<PartialNotificationChannelPreferencesInput>> for NotificationCategoryPreferencesInput
impl HasInputField<subscriptions, Option<PartialNotificationChannelPreferencesInput>> for NotificationCategoryPreferencesInput
impl HasInputField<triage, Option<PartialNotificationChannelPreferencesInput>> for NotificationCategoryPreferencesInput
impl InputObjectMarker for NotificationCategoryPreferencesInput
Auto Trait Implementations§
impl Freeze for NotificationCategoryPreferencesInput
impl RefUnwindSafe for NotificationCategoryPreferencesInput
impl Send for NotificationCategoryPreferencesInput
impl Sync for NotificationCategoryPreferencesInput
impl Unpin for NotificationCategoryPreferencesInput
impl UnwindSafe for NotificationCategoryPreferencesInput
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