pub struct MockClientConfig {
pub bucket: String,
pub part_size: usize,
}Fields§
§bucket: StringThe bucket name this client will connect to
part_size: usizeThe size of the parts that GetObject will respond with
Trait Implementations§
source§impl Debug for MockClientConfig
impl Debug for MockClientConfig
source§impl Default for MockClientConfig
impl Default for MockClientConfig
source§fn default() -> MockClientConfig
fn default() -> MockClientConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for MockClientConfig
impl Send for MockClientConfig
impl Sync for MockClientConfig
impl Unpin for MockClientConfig
impl UnwindSafe for MockClientConfig
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