struct FakeState {
wall: DateTime<Utc>,
monotonic: Instant,
}Fields§
§wall: DateTime<Utc>§monotonic: InstantAuto Trait Implementations§
impl Freeze for FakeState
impl RefUnwindSafe for FakeState
impl Send for FakeState
impl Sync for FakeState
impl Unpin for FakeState
impl UnwindSafe for FakeState
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