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