Struct iota_client::AddressOutputsOptions [−][src]
pub struct AddressOutputsOptions {
pub include_spent: bool,
pub output_type: Option<OutputType>,
}Expand description
The outputs query options.
Fields
include_spent: boolWhether the query should include spent outputs or not.
output_type: Option<OutputType>The output type filter.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for OutputsOptionsimpl Send for OutputsOptionsimpl Sync for OutputsOptionsimpl Unpin for OutputsOptionsimpl UnwindSafe for OutputsOptionsBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V