Struct dbcrossbarlib::SourceArguments [−][src]
pub struct SourceArguments<ArgumentState> { /* fields omitted */ }Expand description
Data source arguments.
Implementations
Construct a new SourceArguments.
Construct a new SourceArguments with typical values for a temporary
storage location.
Verify that this structure only contains supported arguments. This uses the type state pattern to keep track of whether our arguments have been verified to be supported.
Driver-specific arguments for our data source.
A WHERE clause for this query.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<ArgumentState> RefUnwindSafe for SourceArguments<ArgumentState> where
ArgumentState: RefUnwindSafe,
impl<ArgumentState> Send for SourceArguments<ArgumentState> where
ArgumentState: Send,
impl<ArgumentState> Sync for SourceArguments<ArgumentState> where
ArgumentState: Sync,
impl<ArgumentState> Unpin for SourceArguments<ArgumentState> where
ArgumentState: Unpin,
impl<ArgumentState> UnwindSafe for SourceArguments<ArgumentState> where
ArgumentState: UnwindSafe,
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
