Struct fuchsia_inspect_contrib::nodes::TimeProperty
source · pub struct TimeProperty<T> { /* private fields */ }
Expand description
Wrapper around an int property that stores a monotonic timestamp.
Implementations§
source§impl<T> TimeProperty<T>where
T: Timeline + GetCurrentTime,
impl<T> TimeProperty<T>where
T: Timeline + GetCurrentTime,
Trait Implementations§
source§impl<T: Debug> Debug for TimeProperty<T>
impl<T: Debug> Debug for TimeProperty<T>
impl<T: Debug + Send + Sync> InspectType for TimeProperty<T>
Auto Trait Implementations§
impl<T> Freeze for TimeProperty<T>
impl<T> !RefUnwindSafe for TimeProperty<T>
impl<T> Send for TimeProperty<T>where
T: Send,
impl<T> Sync for TimeProperty<T>where
T: Sync,
impl<T> Unpin for TimeProperty<T>where
T: Unpin,
impl<T> !UnwindSafe for TimeProperty<T>
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