pub struct TimeArgs {
    pub data: i64,
}Fields§
§data: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeArgs
impl RefUnwindSafe for TimeArgs
impl Send for TimeArgs
impl Sync for TimeArgs
impl Unpin for TimeArgs
impl UnwindSafe for TimeArgs
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