pub struct StaticModeConformanceProvider { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for StaticModeConformanceProvider
impl Clone for StaticModeConformanceProvider
Source§fn clone(&self) -> StaticModeConformanceProvider
fn clone(&self) -> StaticModeConformanceProvider
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 moreSource§impl Default for StaticModeConformanceProvider
impl Default for StaticModeConformanceProvider
Source§fn default() -> StaticModeConformanceProvider
fn default() -> StaticModeConformanceProvider
Returns the “default value” for a type. Read more
Source§impl ModeConformanceProvider for StaticModeConformanceProvider
impl ModeConformanceProvider for StaticModeConformanceProvider
fn fixture_set_name(&self) -> &'static str
fn golden_transcript_paths(&self) -> Vec<&'static str>
fn conformance_fixture_paths(&self) -> Vec<&'static str>
Auto Trait Implementations§
impl Freeze for StaticModeConformanceProvider
impl RefUnwindSafe for StaticModeConformanceProvider
impl Send for StaticModeConformanceProvider
impl Sync for StaticModeConformanceProvider
impl Unpin for StaticModeConformanceProvider
impl UnsafeUnpin for StaticModeConformanceProvider
impl UnwindSafe for StaticModeConformanceProvider
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