pub struct ListClusterNodeHealthRequest {
pub role: Option<ClusterNodeRole>,
pub region: Option<String>,
pub capability_tag: Option<String>,
pub queue: Option<String>,
pub health: Option<ClusterNodeHealth>,
pub offset: usize,
pub limit: Option<usize>,
}Fields§
§role: Option<ClusterNodeRole>§region: Option<String>§capability_tag: Option<String>§queue: Option<String>§health: Option<ClusterNodeHealth>§offset: usize§limit: Option<usize>Trait Implementations§
Source§impl Clone for ListClusterNodeHealthRequest
impl Clone for ListClusterNodeHealthRequest
Source§fn clone(&self) -> ListClusterNodeHealthRequest
fn clone(&self) -> ListClusterNodeHealthRequest
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 ListClusterNodeHealthRequest
impl Debug for ListClusterNodeHealthRequest
Source§impl Default for ListClusterNodeHealthRequest
impl Default for ListClusterNodeHealthRequest
Source§fn default() -> ListClusterNodeHealthRequest
fn default() -> ListClusterNodeHealthRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListClusterNodeHealthRequest
impl RefUnwindSafe for ListClusterNodeHealthRequest
impl Send for ListClusterNodeHealthRequest
impl Sync for ListClusterNodeHealthRequest
impl Unpin for ListClusterNodeHealthRequest
impl UnsafeUnpin for ListClusterNodeHealthRequest
impl UnwindSafe for ListClusterNodeHealthRequest
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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§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