pub struct TestingBackendOptions {
pub mock_time: bool,
pub threading: bool,
}Fields§
§mock_time: bool§threading: boolTrait Implementations§
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