Struct fuchsia_inspect_contrib::nodes::CreateTimeResult
source · pub struct CreateTimeResult<T> {
pub timestamp: Instant<T>,
pub property: TimeProperty<T>,
}
Expand description
Returned by functions which take the current time and write it to a property.
Fields§
§timestamp: Instant<T>
The time written to the property.
property: TimeProperty<T>
A property to which the timestamp was written.
Auto Trait Implementations§
impl<T> Freeze for CreateTimeResult<T>
impl<T> !RefUnwindSafe for CreateTimeResult<T>
impl<T> Send for CreateTimeResult<T>where
T: Send,
impl<T> Sync for CreateTimeResult<T>where
T: Sync,
impl<T> Unpin for CreateTimeResult<T>where
T: Unpin,
impl<T> !UnwindSafe for CreateTimeResult<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