pub struct WarmestOf<'a>(pub &'a dyn RouteWarmth, pub &'a dyn RouteWarmth);Tuple Fields§
§0: &'a dyn RouteWarmth§1: &'a dyn RouteWarmthTrait Implementations§
Source§impl RouteWarmth for WarmestOf<'_>
impl RouteWarmth for WarmestOf<'_>
fn warm_until(&self, interface: InterfaceId) -> Option<InstantMillis>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for WarmestOf<'a>
impl<'a> !Send for WarmestOf<'a>
impl<'a> !Sync for WarmestOf<'a>
impl<'a> !UnwindSafe for WarmestOf<'a>
impl<'a> Freeze for WarmestOf<'a>
impl<'a> Unpin for WarmestOf<'a>
impl<'a> UnsafeUnpin for WarmestOf<'a>
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