pub struct StatusView {
pub overall_status: OverallStatus,
pub read_only: bool,
pub maintenance: bool,
pub recovery_state: RecoveryInfo,
pub backup_state: OperationState,
pub restore_state: OperationState,
pub restore_metadata: Option<RestoreMetadata>,
pub last_recovery_at_ms: Option<u64>,
pub last_backup_at_ms: Option<u64>,
pub last_restore_at_ms: Option<u64>,
}Fields§
§overall_status: OverallStatus§read_only: bool§maintenance: bool§recovery_state: RecoveryInfo§backup_state: OperationState§restore_state: OperationState§restore_metadata: Option<RestoreMetadata>§last_recovery_at_ms: Option<u64>§last_backup_at_ms: Option<u64>§last_restore_at_ms: Option<u64>Trait Implementations§
Source§impl Clone for StatusView
impl Clone for StatusView
Source§fn clone(&self) -> StatusView
fn clone(&self) -> StatusView
Returns a duplicate 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 StatusView
impl Debug for StatusView
Source§impl<'de> Deserialize<'de> for StatusView
impl<'de> Deserialize<'de> for StatusView
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for StatusView
impl RefUnwindSafe for StatusView
impl Send for StatusView
impl Sync for StatusView
impl Unpin for StatusView
impl UnwindSafe for StatusView
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