pub struct ClusterBootstrapRecoveryRecoveryTarget {
pub backup_id: Option<String>,
pub exclusive: Option<bool>,
pub target_immediate: Option<bool>,
pub target_lsn: Option<String>,
pub target_name: Option<String>,
pub target_tli: Option<String>,
pub target_time: Option<String>,
pub target_xid: Option<String>,
}Fields§
§backup_id: Option<String>§exclusive: Option<bool>§target_immediate: Option<bool>§target_lsn: Option<String>§target_name: Option<String>§target_tli: Option<String>§target_time: Option<String>§target_xid: Option<String>Trait Implementations§
source§impl Clone for ClusterBootstrapRecoveryRecoveryTarget
impl Clone for ClusterBootstrapRecoveryRecoveryTarget
source§fn clone(&self) -> ClusterBootstrapRecoveryRecoveryTarget
fn clone(&self) -> ClusterBootstrapRecoveryRecoveryTarget
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 Default for ClusterBootstrapRecoveryRecoveryTarget
impl Default for ClusterBootstrapRecoveryRecoveryTarget
source§fn default() -> ClusterBootstrapRecoveryRecoveryTarget
fn default() -> ClusterBootstrapRecoveryRecoveryTarget
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ClusterBootstrapRecoveryRecoveryTarget
impl<'de> Deserialize<'de> for ClusterBootstrapRecoveryRecoveryTarget
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 RefUnwindSafe for ClusterBootstrapRecoveryRecoveryTarget
impl Send for ClusterBootstrapRecoveryRecoveryTarget
impl Sync for ClusterBootstrapRecoveryRecoveryTarget
impl Unpin for ClusterBootstrapRecoveryRecoveryTarget
impl UnwindSafe for ClusterBootstrapRecoveryRecoveryTarget
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