pub struct GoldenSet {
pub examples: Vec<GoldenExample>,
}Expand description
A registry of known good round-trip examples.
Fields§
§examples: Vec<GoldenExample>All golden examples
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoldenSet
impl RefUnwindSafe for GoldenSet
impl Send for GoldenSet
impl Sync for GoldenSet
impl Unpin for GoldenSet
impl UnsafeUnpin for GoldenSet
impl UnwindSafe for GoldenSet
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