Struct bonsaidb::keystorage::s3::aws_sdk_s3::types::error::builders::NoSuchKeyBuilder
#[non_exhaustive]pub struct NoSuchKeyBuilder { /* private fields */ }
Expand description
A builder for NoSuchKey
.
Implementations§
§impl NoSuchKeyBuilder
impl NoSuchKeyBuilder
pub fn message(self, input: impl Into<String>) -> NoSuchKeyBuilder
pub fn set_message(self, input: Option<String>) -> NoSuchKeyBuilder
pub fn get_message(&self) -> &Option<String>
pub fn meta(self, meta: ErrorMetadata) -> NoSuchKeyBuilder
pub fn meta(self, meta: ErrorMetadata) -> NoSuchKeyBuilder
Sets error metadata
pub fn set_meta(&mut self, meta: Option<ErrorMetadata>) -> &mut NoSuchKeyBuilder
pub fn set_meta(&mut self, meta: Option<ErrorMetadata>) -> &mut NoSuchKeyBuilder
Sets error metadata
Trait Implementations§
§impl Clone for NoSuchKeyBuilder
impl Clone for NoSuchKeyBuilder
§fn clone(&self) -> NoSuchKeyBuilder
fn clone(&self) -> NoSuchKeyBuilder
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 more§impl Debug for NoSuchKeyBuilder
impl Debug for NoSuchKeyBuilder
§impl Default for NoSuchKeyBuilder
impl Default for NoSuchKeyBuilder
§fn default() -> NoSuchKeyBuilder
fn default() -> NoSuchKeyBuilder
Returns the “default value” for a type. Read more
§impl PartialEq for NoSuchKeyBuilder
impl PartialEq for NoSuchKeyBuilder
§fn eq(&self, other: &NoSuchKeyBuilder) -> bool
fn eq(&self, other: &NoSuchKeyBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for NoSuchKeyBuilder
Auto Trait Implementations§
impl RefUnwindSafe for NoSuchKeyBuilder
impl Send for NoSuchKeyBuilder
impl Sync for NoSuchKeyBuilder
impl Unpin for NoSuchKeyBuilder
impl UnwindSafe for NoSuchKeyBuilder
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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