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