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