Struct aws_sdk_qldb::types::ValueHolder
source · #[non_exhaustive]pub struct ValueHolder { /* private fields */ }Expand description
A structure that can contain a value in multiple encoding formats.
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<ValueHolder> for ValueHolder
impl PartialEq<ValueHolder> 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 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