Struct ci_manager::ci_provider::github::util::StepErrorLog
source · pub struct StepErrorLog {
pub step_name: String,
pub contents: String,
}Fields§
§step_name: String§contents: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StepErrorLog
impl RefUnwindSafe for StepErrorLog
impl Send for StepErrorLog
impl Sync for StepErrorLog
impl Unpin for StepErrorLog
impl UnwindSafe for StepErrorLog
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