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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)