pub struct PushGitSchema {Show 23 fields
pub output_kind: String,
pub action: String,
pub status: String,
pub pushed: bool,
pub changed: bool,
pub success: bool,
pub transport: GitTransportSchema,
pub remote: String,
pub push_scope: String,
pub ref_scope: String,
pub refs_written: Vec<String>,
pub git_tracking_remote: Option<String>,
pub git_remote_configured: Option<GitRemoteConfiguredSchema>,
pub git_upstream_configured: Option<GitUpstreamConfiguredSchema>,
pub tags_included: bool,
pub force: bool,
pub force_discard_warning: Option<String>,
pub thread: Option<String>,
pub next_action: NullableStringSchema,
pub next_action_template: NullableActionTemplateSchema,
pub recommended_action: NullableStringSchema,
pub recommended_action_template: NullableActionTemplateSchema,
pub verification: RepositoryVerificationStateSchema,
}Fields§
§output_kind: String§action: String§status: String§pushed: bool§changed: bool§success: bool§transport: GitTransportSchema§remote: String§push_scope: String§ref_scope: String§refs_written: Vec<String>§git_tracking_remote: Option<String>§git_remote_configured: Option<GitRemoteConfiguredSchema>§git_upstream_configured: Option<GitUpstreamConfiguredSchema>§force: bool§force_discard_warning: Option<String>§thread: Option<String>§next_action: NullableStringSchema§next_action_template: NullableActionTemplateSchema§recommended_action: NullableStringSchema§recommended_action_template: NullableActionTemplateSchema§verification: RepositoryVerificationStateSchemaTrait Implementations§
Source§impl Debug for PushGitSchema
impl Debug for PushGitSchema
Source§impl JsonSchema for PushGitSchema
impl JsonSchema for PushGitSchema
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn inline_schema() -> bool
fn inline_schema() -> bool
Whether JSON Schemas generated for this type should be included directly in parent schemas,
rather than being re-used where possible using the
$ref keyword. Read moreAuto Trait Implementations§
impl Freeze for PushGitSchema
impl RefUnwindSafe for PushGitSchema
impl Send for PushGitSchema
impl Sync for PushGitSchema
impl Unpin for PushGitSchema
impl UnsafeUnpin for PushGitSchema
impl UnwindSafe for PushGitSchema
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request