Struct testcontainers_modules::k3s::K3sArgs
source · pub struct K3sArgs { /* private fields */ }Available on crate feature
k3s only.Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for K3sArgs
impl RefUnwindSafe for K3sArgs
impl Send for K3sArgs
impl Sync for K3sArgs
impl Unpin for K3sArgs
impl UnwindSafe for K3sArgs
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