Struct rusoto_s3::ErrorDocument [−][src]
pub struct ErrorDocument {
pub key: String,
}Expand description
The error information.
Fields
key: StringThe object key name to use when a 4XX class error occurs.
Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
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 ErrorDocument
impl Send for ErrorDocument
impl Sync for ErrorDocument
impl Unpin for ErrorDocument
impl UnwindSafe for ErrorDocument
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