pub struct PartialNotificationChannelPreferencesInput;Trait Implementations§
impl HasInputField<desktop, Option<bool>> for PartialNotificationChannelPreferencesInput
impl HasInputField<email, Option<bool>> for PartialNotificationChannelPreferencesInput
impl HasInputField<mobile, Option<bool>> for PartialNotificationChannelPreferencesInput
impl HasInputField<slack, Option<bool>> for PartialNotificationChannelPreferencesInput
impl InputObjectMarker for PartialNotificationChannelPreferencesInput
Auto Trait Implementations§
impl Freeze for PartialNotificationChannelPreferencesInput
impl RefUnwindSafe for PartialNotificationChannelPreferencesInput
impl Send for PartialNotificationChannelPreferencesInput
impl Sync for PartialNotificationChannelPreferencesInput
impl Unpin for PartialNotificationChannelPreferencesInput
impl UnwindSafe for PartialNotificationChannelPreferencesInput
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