pub struct appsAndIntegrations;Trait Implementations§
Source§impl Field for appsAndIntegrations
impl Field for appsAndIntegrations
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.
Auto Trait Implementations§
impl Freeze for appsAndIntegrations
impl RefUnwindSafe for appsAndIntegrations
impl Send for appsAndIntegrations
impl Sync for appsAndIntegrations
impl Unpin for appsAndIntegrations
impl UnwindSafe for appsAndIntegrations
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