Struct tango_bench::StaticValue
source · pub struct StaticValue<H, N>(pub H, pub N);Tuple Fields§
§0: H§1: NTrait Implementations§
Auto Trait Implementations§
impl<H, N> RefUnwindSafe for StaticValue<H, N>where H: RefUnwindSafe, N: RefUnwindSafe,
impl<H, N> Send for StaticValue<H, N>where H: Send, N: Send,
impl<H, N> Sync for StaticValue<H, N>where H: Sync, N: Sync,
impl<H, N> Unpin for StaticValue<H, N>where H: Unpin, N: Unpin,
impl<H, N> UnwindSafe for StaticValue<H, N>where H: UnwindSafe, N: UnwindSafe,
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