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