pub struct NotificationDeliveryPreferencesDay;Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotificationDeliveryPreferencesDay
impl RefUnwindSafe for NotificationDeliveryPreferencesDay
impl Send for NotificationDeliveryPreferencesDay
impl Sync for NotificationDeliveryPreferencesDay
impl Unpin for NotificationDeliveryPreferencesDay
impl UnwindSafe for NotificationDeliveryPreferencesDay
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