pub struct StartRestoreJobOutput {
pub restore_job_id: Option<String>,
}
Fields§
§restore_job_id: Option<String>
Uniquely identifies the job that restores a recovery point.
Trait Implementations§
Source§impl Clone for StartRestoreJobOutput
impl Clone for StartRestoreJobOutput
Source§fn clone(&self) -> StartRestoreJobOutput
fn clone(&self) -> StartRestoreJobOutput
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 StartRestoreJobOutput
impl Debug for StartRestoreJobOutput
Source§impl Default for StartRestoreJobOutput
impl Default for StartRestoreJobOutput
Source§fn default() -> StartRestoreJobOutput
fn default() -> StartRestoreJobOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StartRestoreJobOutput
impl<'de> Deserialize<'de> for StartRestoreJobOutput
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
Source§impl PartialEq for StartRestoreJobOutput
impl PartialEq for StartRestoreJobOutput
impl StructuralPartialEq for StartRestoreJobOutput
Auto Trait Implementations§
impl Freeze for StartRestoreJobOutput
impl RefUnwindSafe for StartRestoreJobOutput
impl Send for StartRestoreJobOutput
impl Sync for StartRestoreJobOutput
impl Unpin for StartRestoreJobOutput
impl UnwindSafe for StartRestoreJobOutput
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