Struct testcontainers_modules::minio::MinIOServerArgs
source · pub struct MinIOServerArgs {
pub dir: String,
pub certs_dir: Option<String>,
pub json_log: bool,
}Available on crate feature
minio only.Fields§
§dir: String§certs_dir: Option<String>§json_log: boolTrait Implementations§
source§impl Clone for MinIOServerArgs
impl Clone for MinIOServerArgs
source§fn clone(&self) -> MinIOServerArgs
fn clone(&self) -> MinIOServerArgs
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 MinIOServerArgs
impl Debug for MinIOServerArgs
source§impl Default for MinIOServerArgs
impl Default for MinIOServerArgs
source§impl ImageArgs for MinIOServerArgs
impl ImageArgs for MinIOServerArgs
Auto Trait Implementations§
impl Freeze for MinIOServerArgs
impl RefUnwindSafe for MinIOServerArgs
impl Send for MinIOServerArgs
impl Sync for MinIOServerArgs
impl Unpin for MinIOServerArgs
impl UnwindSafe for MinIOServerArgs
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