pub struct JobStatusRequest {
pub query: Option<Query>,
}Fields§
§query: Option<Query>Trait Implementations§
Source§impl Clone for JobStatusRequest
impl Clone for JobStatusRequest
Source§fn clone(&self) -> JobStatusRequest
fn clone(&self) -> JobStatusRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 JobStatusRequest
impl Debug for JobStatusRequest
Source§impl Default for JobStatusRequest
impl Default for JobStatusRequest
Source§fn default() -> JobStatusRequest
fn default() -> JobStatusRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for JobStatusRequest
impl PartialEq for JobStatusRequest
impl StructuralPartialEq for JobStatusRequest
Auto Trait Implementations§
impl Freeze for JobStatusRequest
impl RefUnwindSafe for JobStatusRequest
impl Send for JobStatusRequest
impl Sync for JobStatusRequest
impl Unpin for JobStatusRequest
impl UnsafeUnpin for JobStatusRequest
impl UnwindSafe for JobStatusRequest
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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