pub struct mobile;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 mobile
impl RefUnwindSafe for mobile
impl Send for mobile
impl Sync for mobile
impl Unpin for mobile
impl UnwindSafe for mobile
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