Struct aws_sdk_qldb::types::ValueHolder
source · #[non_exhaustive]pub struct ValueHolder {
pub ion_text: Option<String>,
}Expand description
A structure that can contain a value in multiple encoding formats.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.ion_text: Option<String>An Amazon Ion plaintext value contained in a ValueHolder structure.
Implementations§
source§impl ValueHolder
impl ValueHolder
source§impl ValueHolder
impl ValueHolder
sourcepub fn builder() -> ValueHolderBuilder
pub fn builder() -> ValueHolderBuilder
Creates a new builder-style object to manufacture ValueHolder.
Trait Implementations§
source§impl Clone for ValueHolder
impl Clone for ValueHolder
source§fn clone(&self) -> ValueHolder
fn clone(&self) -> ValueHolder
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 ValueHolder
impl Debug for ValueHolder
source§impl PartialEq for ValueHolder
impl PartialEq for ValueHolder
source§fn eq(&self, other: &ValueHolder) -> bool
fn eq(&self, other: &ValueHolder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ValueHolder
Auto Trait Implementations§
impl Freeze for ValueHolder
impl RefUnwindSafe for ValueHolder
impl Send for ValueHolder
impl Sync for ValueHolder
impl Unpin for ValueHolder
impl UnwindSafe for ValueHolder
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.