Struct rusoto_s3::OutputLocation [−][src]
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
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for OutputLocation
impl Send for OutputLocation
impl Sync for OutputLocation
impl Unpin for OutputLocation
impl UnwindSafe for OutputLocation
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more