pub struct DynamoDbArgs;
👎Deprecated since 0.2.1: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8
Trait Implementations§
Source§impl Clone for DynamoDbArgs
impl Clone for DynamoDbArgs
Source§fn clone(&self) -> DynamoDbArgs
fn clone(&self) -> DynamoDbArgs
Returns a duplicate 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 DynamoDbArgs
impl Debug for DynamoDbArgs
Source§impl Default for DynamoDbArgs
impl Default for DynamoDbArgs
Source§fn default() -> DynamoDbArgs
fn default() -> DynamoDbArgs
Returns the “default value” for a type. Read more
Source§impl IntoIterator for DynamoDbArgs
impl IntoIterator for DynamoDbArgs
Auto Trait Implementations§
impl Freeze for DynamoDbArgs
impl RefUnwindSafe for DynamoDbArgs
impl Send for DynamoDbArgs
impl Sync for DynamoDbArgs
impl Unpin for DynamoDbArgs
impl UnwindSafe for DynamoDbArgs
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