pub struct OutputLocation {
pub s3: Option<S3Location>,
}Expand description
Describes the location where the restore job's output is stored.
Fields§
§s3: Option<S3Location>Describes an S3 location that will receive the results of the restore request.
Trait Implementations§
Source§impl Clone for OutputLocation
impl Clone for OutputLocation
Source§fn clone(&self) -> OutputLocation
fn clone(&self) -> OutputLocation
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 OutputLocation
impl Debug for OutputLocation
Source§impl Default for OutputLocation
impl Default for OutputLocation
Source§fn default() -> OutputLocation
fn default() -> OutputLocation
Returns the “default value” for a type. Read more
Source§impl PartialEq for OutputLocation
impl PartialEq for OutputLocation
impl StructuralPartialEq for OutputLocation
Auto Trait Implementations§
impl Freeze for OutputLocation
impl RefUnwindSafe for OutputLocation
impl Send for OutputLocation
impl Sync for OutputLocation
impl Unpin for OutputLocation
impl UnwindSafe for OutputLocation
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