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