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