pub enum TimeZonesEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeZonesEvent
impl RefUnwindSafe for TimeZonesEvent
impl Send for TimeZonesEvent
impl Sync for TimeZonesEvent
impl Unpin for TimeZonesEvent
impl UnwindSafe for TimeZonesEvent
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