pub struct notificationChannelPreferences;Trait Implementations§
Source§impl HasField<notificationChannelPreferences> for UserSettings
impl HasField<notificationChannelPreferences> for UserSettings
Source§type Type = NotificationChannelPreferences
type Type = NotificationChannelPreferences
The schema marker type of this field.
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