Struct astro_run_server::RunnerMetadata
source · pub struct RunnerMetadata {
pub id: String,
pub os: String,
pub arch: String,
pub support_docker: bool,
pub support_host: bool,
pub version: String,
pub max_runs: i32,
}Fields§
§id: String§os: String§arch: String§support_docker: bool§support_host: bool§version: String§max_runs: i32Trait Implementations§
source§impl Clone for RunnerMetadata
impl Clone for RunnerMetadata
source§fn clone(&self) -> RunnerMetadata
fn clone(&self) -> RunnerMetadata
Returns a copy 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 moresource§impl Debug for RunnerMetadata
impl Debug for RunnerMetadata
source§impl Default for RunnerMetadata
impl Default for RunnerMetadata
source§fn default() -> RunnerMetadata
fn default() -> RunnerMetadata
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for RunnerMetadata
impl Send for RunnerMetadata
impl Sync for RunnerMetadata
impl Unpin for RunnerMetadata
impl UnwindSafe for RunnerMetadata
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
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