Struct dbcrossbarlib::DriverArguments [−][src]
pub struct DriverArguments { /* fields omitted */ }Expand description
Driver-specific arguments.
Implementations
Parse a list of command-line arguments of the form key=value into a
DriverArgs structure.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DriverArguments
impl Send for DriverArguments
impl Sync for DriverArguments
impl Unpin for DriverArguments
impl UnwindSafe for DriverArguments
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
