Struct flow_rust_sdk::Argument [−][src]
pub struct Argument<T> { /* fields omitted */ }Expand description
This is our argument builder.
Implementations
Argument builder assuming a vec
Argument from String
Argument from f64
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Argument<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Argument<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
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