#[non_exhaustive]pub struct InvalidHeadersForS3Origin { /* private fields */ }
Expand description
The headers specified are not valid for an Amazon S3 origin.
Implementations§
source§impl InvalidHeadersForS3Origin
impl InvalidHeadersForS3Origin
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidHeadersForS3Origin
.
Trait Implementations§
source§impl Clone for InvalidHeadersForS3Origin
impl Clone for InvalidHeadersForS3Origin
source§fn clone(&self) -> InvalidHeadersForS3Origin
fn clone(&self) -> InvalidHeadersForS3Origin
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 InvalidHeadersForS3Origin
impl Debug for InvalidHeadersForS3Origin
source§impl Display for InvalidHeadersForS3Origin
impl Display for InvalidHeadersForS3Origin
source§impl Error for InvalidHeadersForS3Origin
impl Error for InvalidHeadersForS3Origin
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<InvalidHeadersForS3Origin> for InvalidHeadersForS3Origin
impl PartialEq<InvalidHeadersForS3Origin> for InvalidHeadersForS3Origin
source§fn eq(&self, other: &InvalidHeadersForS3Origin) -> bool
fn eq(&self, other: &InvalidHeadersForS3Origin) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.