Struct lib::deployment::client::SuccesfulMergeTaskOutput
source · [−]pub struct SuccesfulMergeTaskOutput {
pub repo_config: RepositoryConfig,
pub task_id: String,
pub remote_branch: String,
pub pull_request_url: String,
}Fields
repo_config: RepositoryConfigtask_id: Stringremote_branch: Stringpull_request_url: StringTrait Implementations
sourceimpl Debug for SuccesfulMergeTaskOutput
impl Debug for SuccesfulMergeTaskOutput
sourceimpl Serialize for SuccesfulMergeTaskOutput
impl Serialize for SuccesfulMergeTaskOutput
Auto Trait Implementations
impl RefUnwindSafe for SuccesfulMergeTaskOutput
impl Send for SuccesfulMergeTaskOutput
impl Sync for SuccesfulMergeTaskOutput
impl Unpin for SuccesfulMergeTaskOutput
impl UnwindSafe for SuccesfulMergeTaskOutput
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