Struct aws_sdk_rds::types::builders::ContextAttributeBuilder
source · #[non_exhaustive]pub struct ContextAttributeBuilder { /* private fields */ }Expand description
A builder for ContextAttribute.
Implementations§
source§impl ContextAttributeBuilder
impl ContextAttributeBuilder
sourcepub fn build(self) -> ContextAttribute
pub fn build(self) -> ContextAttribute
Consumes the builder and constructs a ContextAttribute.
Trait Implementations§
source§impl Clone for ContextAttributeBuilder
impl Clone for ContextAttributeBuilder
source§fn clone(&self) -> ContextAttributeBuilder
fn clone(&self) -> ContextAttributeBuilder
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 ContextAttributeBuilder
impl Debug for ContextAttributeBuilder
source§impl Default for ContextAttributeBuilder
impl Default for ContextAttributeBuilder
source§fn default() -> ContextAttributeBuilder
fn default() -> ContextAttributeBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ContextAttributeBuilder
impl PartialEq for ContextAttributeBuilder
source§fn eq(&self, other: &ContextAttributeBuilder) -> bool
fn eq(&self, other: &ContextAttributeBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ContextAttributeBuilder
Auto Trait Implementations§
impl Freeze for ContextAttributeBuilder
impl RefUnwindSafe for ContextAttributeBuilder
impl Send for ContextAttributeBuilder
impl Sync for ContextAttributeBuilder
impl Unpin for ContextAttributeBuilder
impl UnwindSafe for ContextAttributeBuilder
Blanket Implementations§
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.