pub struct ExpectedFixture {
pub diagnostics: Vec<ExpectedDiagnostic>,
}Expand description
Expected diagnostics loaded from a .expected.json file.
Fields§
§diagnostics: Vec<ExpectedDiagnostic>Trait Implementations§
Source§impl Clone for ExpectedFixture
impl Clone for ExpectedFixture
Source§fn clone(&self) -> ExpectedFixture
fn clone(&self) -> ExpectedFixture
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExpectedFixture
impl Debug for ExpectedFixture
Source§impl<'de> Deserialize<'de> for ExpectedFixture
impl<'de> Deserialize<'de> for ExpectedFixture
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ExpectedFixture
impl RefUnwindSafe for ExpectedFixture
impl Send for ExpectedFixture
impl Sync for ExpectedFixture
impl Unpin for ExpectedFixture
impl UnsafeUnpin for ExpectedFixture
impl UnwindSafe for ExpectedFixture
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