pub struct Inline { /* private fields */ }Expand description
Output of str!
Trait Implementations§
Source§impl From<Inline> for DataSource
impl From<Inline> for DataSource
Source§impl IntoData for Inline
impl IntoData for Inline
Source§fn json(self) -> Data
fn json(self) -> Data
👎Deprecated since 0.6.13:
Replaced with IntoData::is_json
Available on crate feature
json only.Source§fn is_jsonlines(self) -> Data
fn is_jsonlines(self) -> Data
Available on crate feature
json only.Source§fn json_lines(self) -> Data
fn json_lines(self) -> Data
👎Deprecated since 0.6.13:
Replaced with IntoData::is_jsonlines
Available on crate feature
json only.Source§fn is_termsvg(self) -> Data
fn is_termsvg(self) -> Data
Available on crate feature
term-svg only.Initialize as Term SVG Read more
Source§fn term_svg(self) -> Data
fn term_svg(self) -> Data
👎Deprecated since 0.6.13:
Replaced with IntoData::is_termsvg
Available on crate feature
term-svg only.Source§fn against(self, format: DataFormat) -> Data
fn against(self, format: DataFormat) -> Data
Override the type this snapshot will be compared against Read more
Source§fn against_json(self) -> Data
fn against_json(self) -> Data
Available on crate feature
json only.impl Eq for Inline
impl StructuralPartialEq for Inline
Auto Trait Implementations§
impl Freeze for Inline
impl RefUnwindSafe for Inline
impl Send for Inline
impl Sync for Inline
impl Unpin for Inline
impl UnsafeUnpin for Inline
impl UnwindSafe for Inline
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