Struct mongodb_command_cli::copier::Param
source · [−]pub struct Param {
pub database: String,
pub collection: String,
pub id: Option<String>,
pub filter_str: Option<String>,
pub from_uri: String,
pub to_uri: String,
pub ignore_error: Option<bool>,
}
Fields
database: String
collection: String
id: Option<String>
filter_str: Option<String>
from_uri: String
to_uri: String
ignore_error: Option<bool>
Auto Trait Implementations
impl RefUnwindSafe for Param
impl Send for Param
impl Sync for Param
impl Unpin for Param
impl UnwindSafe for Param
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more