Struct rusoto_s3::RestoreObjectOutput [−][src]
pub struct RestoreObjectOutput {
pub request_charged: Option<String>,
pub restore_output_path: Option<String>,
}Fields
request_charged: Option<String>restore_output_path: Option<String>Indicates the path in the provided S3 output location where Select results will be restored to.
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 RestoreObjectOutput
impl Send for RestoreObjectOutput
impl Sync for RestoreObjectOutput
impl Unpin for RestoreObjectOutput
impl UnwindSafe for RestoreObjectOutput
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