pub struct BaseTime {
pub session_id: String,
pub name: String,
pub priority: u32,
pub elapsed_time: Duration,
pub base_time: SystemTime,
}Fields§
§session_id: String§name: String§priority: u32§elapsed_time: Duration§base_time: SystemTimeTrait Implementations§
impl Eq for BaseTime
Source§impl From<BaseTime> for SendableMetadata
impl From<BaseTime> for SendableMetadata
Source§impl From<BaseTime> for ReceivableMetadata
impl From<BaseTime> for ReceivableMetadata
impl StructuralPartialEq for BaseTime
Auto Trait Implementations§
impl Freeze for BaseTime
impl RefUnwindSafe for BaseTime
impl Send for BaseTime
impl Sync for BaseTime
impl Unpin for BaseTime
impl UnsafeUnpin for BaseTime
impl UnwindSafe for BaseTime
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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