pub struct AllureRuntime { /* private fields */ }Implementations§
Source§impl AllureRuntime
impl AllureRuntime
pub fn new(writer: FileSystemResultsWriter) -> Self
pub fn lifecycle(&self) -> AllureLifecycle
Trait Implementations§
Source§impl Clone for AllureRuntime
impl Clone for AllureRuntime
Source§fn clone(&self) -> AllureRuntime
fn clone(&self) -> AllureRuntime
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AllureRuntime
impl RefUnwindSafe for AllureRuntime
impl Send for AllureRuntime
impl Sync for AllureRuntime
impl Unpin for AllureRuntime
impl UnsafeUnpin for AllureRuntime
impl UnwindSafe for AllureRuntime
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