pub struct TestingBackendOptions {
pub mock_time: bool,
pub threading: bool,
}Fields§
§mock_time: bool§threading: boolTrait Implementations§
Source§impl Default for TestingBackendOptions
impl Default for TestingBackendOptions
Source§fn default() -> TestingBackendOptions
fn default() -> TestingBackendOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TestingBackendOptions
impl RefUnwindSafe for TestingBackendOptions
impl Send for TestingBackendOptions
impl Sync for TestingBackendOptions
impl Unpin for TestingBackendOptions
impl UnsafeUnpin for TestingBackendOptions
impl UnwindSafe for TestingBackendOptions
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