pub struct ExpectedOutput {
pub text: String,
pub source_path: Option<PathBuf>,
pub source_line: Option<usize>,
}Fields§
§text: String§source_path: Option<PathBuf>§source_line: Option<usize>Trait Implementations§
Source§impl Debug for ExpectedOutput
impl Debug for ExpectedOutput
Source§impl Default for ExpectedOutput
impl Default for ExpectedOutput
Source§fn default() -> ExpectedOutput
fn default() -> ExpectedOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExpectedOutput
impl RefUnwindSafe for ExpectedOutput
impl Send for ExpectedOutput
impl Sync for ExpectedOutput
impl Unpin for ExpectedOutput
impl UnwindSafe for ExpectedOutput
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