pub enum MemflowConnectorParams {
Default {
args: Vec<String>,
},
}Expand description
Memflow connector parameters
This enumeration reflects the possibilities to initialize Memflow
- default: will simply forward the string arguments to the connector
Variants§
Trait Implementations§
Source§impl Clone for MemflowConnectorParams
impl Clone for MemflowConnectorParams
Source§fn clone(&self) -> MemflowConnectorParams
fn clone(&self) -> MemflowConnectorParams
Returns a duplicate 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 MemflowConnectorParams
impl Debug for MemflowConnectorParams
Source§impl PartialEq for MemflowConnectorParams
impl PartialEq for MemflowConnectorParams
impl StructuralPartialEq for MemflowConnectorParams
Auto Trait Implementations§
impl Freeze for MemflowConnectorParams
impl RefUnwindSafe for MemflowConnectorParams
impl Send for MemflowConnectorParams
impl Sync for MemflowConnectorParams
impl Unpin for MemflowConnectorParams
impl UnwindSafe for MemflowConnectorParams
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