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