pub struct NotificationCategoryPreferences;Trait Implementations§
Source§impl HasField<appsAndIntegrations> for NotificationCategoryPreferences
impl HasField<appsAndIntegrations> for NotificationCategoryPreferences
Source§type Type = NotificationChannelPreferences
type Type = NotificationChannelPreferences
The schema marker type of this field.
Source§impl HasField<assignments> for NotificationCategoryPreferences
impl HasField<assignments> for NotificationCategoryPreferences
Source§type Type = NotificationChannelPreferences
type Type = NotificationChannelPreferences
The schema marker type of this field.
Source§impl HasField<commentsAndReplies> for NotificationCategoryPreferences
impl HasField<commentsAndReplies> for NotificationCategoryPreferences
Source§type Type = NotificationChannelPreferences
type Type = NotificationChannelPreferences
The schema marker type of this field.
Source§impl HasField<customers> for NotificationCategoryPreferences
impl HasField<customers> for NotificationCategoryPreferences
Source§type Type = NotificationChannelPreferences
type Type = NotificationChannelPreferences
The schema marker type of this field.
Source§impl HasField<documentChanges> for NotificationCategoryPreferences
impl HasField<documentChanges> for NotificationCategoryPreferences
Source§type Type = NotificationChannelPreferences
type Type = NotificationChannelPreferences
The schema marker type of this field.
Source§impl HasField<feed> for NotificationCategoryPreferences
impl HasField<feed> for NotificationCategoryPreferences
Source§type Type = NotificationChannelPreferences
type Type = NotificationChannelPreferences
The schema marker type of this field.
Source§impl HasField<mentions> for NotificationCategoryPreferences
impl HasField<mentions> for NotificationCategoryPreferences
Source§type Type = NotificationChannelPreferences
type Type = NotificationChannelPreferences
The schema marker type of this field.
Source§impl HasField<postsAndUpdates> for NotificationCategoryPreferences
impl HasField<postsAndUpdates> for NotificationCategoryPreferences
Source§type Type = NotificationChannelPreferences
type Type = NotificationChannelPreferences
The schema marker type of this field.
Source§impl HasField<reactions> for NotificationCategoryPreferences
impl HasField<reactions> for NotificationCategoryPreferences
Source§type Type = NotificationChannelPreferences
type Type = NotificationChannelPreferences
The schema marker type of this field.
Source§impl HasField<reminders> for NotificationCategoryPreferences
impl HasField<reminders> for NotificationCategoryPreferences
Source§type Type = NotificationChannelPreferences
type Type = NotificationChannelPreferences
The schema marker type of this field.
Source§impl HasField<reviews> for NotificationCategoryPreferences
impl HasField<reviews> for NotificationCategoryPreferences
Source§type Type = NotificationChannelPreferences
type Type = NotificationChannelPreferences
The schema marker type of this field.
Source§impl HasField<statusChanges> for NotificationCategoryPreferences
impl HasField<statusChanges> for NotificationCategoryPreferences
Source§type Type = NotificationChannelPreferences
type Type = NotificationChannelPreferences
The schema marker type of this field.
Source§impl HasField<subscriptions> for NotificationCategoryPreferences
impl HasField<subscriptions> for NotificationCategoryPreferences
Source§type Type = NotificationChannelPreferences
type Type = NotificationChannelPreferences
The schema marker type of this field.
Source§impl HasField<system> for NotificationCategoryPreferences
impl HasField<system> for NotificationCategoryPreferences
Source§type Type = NotificationChannelPreferences
type Type = NotificationChannelPreferences
The schema marker type of this field.
Source§impl HasField<triage> for NotificationCategoryPreferences
impl HasField<triage> for NotificationCategoryPreferences
Source§type Type = NotificationChannelPreferences
type Type = NotificationChannelPreferences
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for NotificationCategoryPreferences
impl RefUnwindSafe for NotificationCategoryPreferences
impl Send for NotificationCategoryPreferences
impl Sync for NotificationCategoryPreferences
impl Unpin for NotificationCategoryPreferences
impl UnwindSafe for NotificationCategoryPreferences
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