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