pub struct TddResult {
pub state: TddState,
pub message: String,
}Fields§
§state: TddState§message: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for TddResult
impl RefUnwindSafe for TddResult
impl Send for TddResult
impl Sync for TddResult
impl Unpin for TddResult
impl UnsafeUnpin for TddResult
impl UnwindSafe for TddResult
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