pub struct PrintSection {
pub enabled: bool,
pub view: PrintView,
pub force_fail: bool,
pub fail_only: bool,
pub show_expected: bool,
pub filter: TensorFilter,
}Fields§
§enabled: bool§view: PrintView§force_fail: bool§fail_only: bool§show_expected: bool§filter: TensorFilterTrait Implementations§
Source§impl Clone for PrintSection
impl Clone for PrintSection
Source§fn clone(&self) -> PrintSection
fn clone(&self) -> PrintSection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PrintSection
impl RefUnwindSafe for PrintSection
impl Send for PrintSection
impl Sync for PrintSection
impl Unpin for PrintSection
impl UnsafeUnpin for PrintSection
impl UnwindSafe for PrintSection
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