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