pub struct StateArgs { /* private fields */ }
Trait Implementations§
impl HarnessState for StateArgs
Auto Trait Implementations§
impl Freeze for StateArgs
impl RefUnwindSafe for StateArgs
impl Send for StateArgs
impl Sync for StateArgs
impl Unpin for StateArgs
impl UnwindSafe for StateArgs
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