Struct bonsaidb::keystorage::s3::aws_sdk_s3::types::builders::TagBuilder
#[non_exhaustive]pub struct TagBuilder { /* private fields */ }
Expand description
A builder for Tag
.
Implementations§
§impl TagBuilder
impl TagBuilder
pub fn key(self, input: impl Into<String>) -> TagBuilder
pub fn key(self, input: impl Into<String>) -> TagBuilder
Name of the object key.
pub fn set_key(self, input: Option<String>) -> TagBuilder
pub fn set_key(self, input: Option<String>) -> TagBuilder
Name of the object key.
pub fn value(self, input: impl Into<String>) -> TagBuilder
pub fn value(self, input: impl Into<String>) -> TagBuilder
Value of the tag.
pub fn set_value(self, input: Option<String>) -> TagBuilder
pub fn set_value(self, input: Option<String>) -> TagBuilder
Value of the tag.
Trait Implementations§
§impl Clone for TagBuilder
impl Clone for TagBuilder
§fn clone(&self) -> TagBuilder
fn clone(&self) -> TagBuilder
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 TagBuilder
impl Debug for TagBuilder
§impl Default for TagBuilder
impl Default for TagBuilder
§fn default() -> TagBuilder
fn default() -> TagBuilder
Returns the “default value” for a type. Read more
§impl PartialEq for TagBuilder
impl PartialEq for TagBuilder
§fn eq(&self, other: &TagBuilder) -> bool
fn eq(&self, other: &TagBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TagBuilder
Auto Trait Implementations§
impl RefUnwindSafe for TagBuilder
impl Send for TagBuilder
impl Sync for TagBuilder
impl Unpin for TagBuilder
impl UnwindSafe for TagBuilder
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