pub struct StampTime<'a, T: 'a, P: 'a>(pub &'a Time<T>, pub &'a mut P);Tuple Fields§
§0: &'a Time<T>§1: &'a mut PTrait Implementations§
Source§impl<'a, G, T, P> VisitVertex<G> for StampTime<'a, T, P>
impl<'a, G, T, P> VisitVertex<G> for StampTime<'a, T, P>
Auto Trait Implementations§
impl<'a, T, P> Freeze for StampTime<'a, T, P>
impl<'a, T, P> !RefUnwindSafe for StampTime<'a, T, P>
impl<'a, T, P> !Send for StampTime<'a, T, P>
impl<'a, T, P> !Sync for StampTime<'a, T, P>
impl<'a, T, P> Unpin for StampTime<'a, T, P>
impl<'a, T, P> !UnwindSafe for StampTime<'a, T, P>
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