pub struct appsAndIntegrations;Trait Implementations§
Source§impl Field for appsAndIntegrations
impl Field for appsAndIntegrations
impl HasInputField<appsAndIntegrations, Option<PartialNotificationChannelPreferencesInput>> for NotificationCategoryPreferencesInput
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