pub struct ResH(pub u16);Expand description
Eighth resource for high-arity tests.
Tuple Fields§
§0: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResH
impl RefUnwindSafe for ResH
impl Send for ResH
impl Sync for ResH
impl Unpin for ResH
impl UnsafeUnpin for ResH
impl UnwindSafe for ResH
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