Enum iota_client::OutputType [−][src]
pub enum OutputType {
SignatureLockedSingle,
SignatureLockedDustAllowance,
}Expand description
Output type filter.
Variants
Signature locked single output.
Dust allowance output.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OutputTypeimpl Send for OutputTypeimpl Sync for OutputTypeimpl Unpin for OutputTypeimpl UnwindSafe for OutputTypeBlanket 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