Struct lib::deployment::client::TaskInMasterBranch
source · [−]pub struct TaskInMasterBranch {
pub repo_config: RepositoryConfig,
pub commit_message: String,
pub task_id: String,
}Fields
repo_config: RepositoryConfigcommit_message: Stringtask_id: StringTrait Implementations
sourceimpl Debug for TaskInMasterBranch
impl Debug for TaskInMasterBranch
sourceimpl Serialize for TaskInMasterBranch
impl Serialize for TaskInMasterBranch
Auto Trait Implementations
impl RefUnwindSafe for TaskInMasterBranch
impl Send for TaskInMasterBranch
impl Sync for TaskInMasterBranch
impl Unpin for TaskInMasterBranch
impl UnwindSafe for TaskInMasterBranch
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more