pub struct Valid<'a> {
pub name: Cow<'a, Path>,
pub fixture: Cow<'a, [u8]>,
pub expected: Cow<'a, [u8]>,
}
Expand description
Valid TOML test case
Fields§
§name: Cow<'a, Path>
§fixture: Cow<'a, [u8]>
§expected: Cow<'a, [u8]>
Implementations§
Trait Implementations§
impl<'a> Eq for Valid<'a>
impl<'a> StructuralPartialEq for Valid<'a>
Auto Trait Implementations§
impl<'a> Freeze for Valid<'a>
impl<'a> RefUnwindSafe for Valid<'a>
impl<'a> Send for Valid<'a>
impl<'a> Sync for Valid<'a>
impl<'a> Unpin for Valid<'a>
impl<'a> UnwindSafe for Valid<'a>
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