pub struct notificationChannelPreferences;Trait Implementations§
impl HasInputField<notificationChannelPreferences, Option<PartialNotificationChannelPreferencesInput>> for UserSettingsUpdateInput
Auto Trait Implementations§
impl Freeze for notificationChannelPreferences
impl RefUnwindSafe for notificationChannelPreferences
impl Send for notificationChannelPreferences
impl Sync for notificationChannelPreferences
impl Unpin for notificationChannelPreferences
impl UnwindSafe for notificationChannelPreferences
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