pub struct subscriptions;Trait Implementations§
Source§impl Field for subscriptions
impl Field for subscriptions
Source§impl HasField<subscriptions> for NotificationCategoryPreferences
impl HasField<subscriptions> for NotificationCategoryPreferences
Source§type Type = NotificationChannelPreferences
type Type = NotificationChannelPreferences
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for subscriptions
impl RefUnwindSafe for subscriptions
impl Send for subscriptions
impl Sync for subscriptions
impl Unpin for subscriptions
impl UnwindSafe for subscriptions
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