pub struct RedisArgs;
👎Deprecated since 0.2.1: Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RedisArgs
impl RefUnwindSafe for RedisArgs
impl Send for RedisArgs
impl Sync for RedisArgs
impl Unpin for RedisArgs
impl UnwindSafe for RedisArgs
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