pub struct TestVector {
input: Vec<String>,
output: String,
}
Fields§
§input: Vec<String>
§output: String
Trait Implementations§
Source§impl Debug for TestVector
impl Debug for TestVector
Auto Trait Implementations§
impl Freeze for TestVector
impl RefUnwindSafe for TestVector
impl Send for TestVector
impl Sync for TestVector
impl Unpin for TestVector
impl UnwindSafe for TestVector
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