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