destack:ops import destack:ops Structs - Break — Breaking Try branch. - Continue — Continuing Try branch. Enums - Ordering — Result of a comparison operation. Newtypes - ControlFlow — Result of branching a Try carrier. Newtype interfaces - Add — Interface for the + operator. - And — Interface for the & operator. - Compare — Interface for total comparison and ordering. - Debug — Interface for developer-facing string representation. - Dereference — Interface for dereference projection a. - Display — Interface for user-facing string representation. - Divide — Interface for the / operator. - Equal — Marker interface for total equality. - FromResidual — Target protocol for rebuilding a carrier from a propagated residual. - Hash — A value that can feed itself into a hasher. - Hasher — A stateful hash sink. - Index — Interface for index access a[i]. - IndexSet — Interface for index assignment a[i] = v. - Multiply — Interface for the operator. - Negate — Interface for unary -. - Not — Interface for the operator. - Or — Interface for the | operator. - PartialCompare — Interface for partial comparison. - PartialEqual — Interface for partial equality. - Plus — Interface for unary +. - Power — Interface for the operator. - Remainder — Interface for the % operator. - ShiftLeft — Interface for the > operator. - ShiftRightUnsigned — Interface for the >>> operator. - Subtract — Interface for the - operator. - Try — Protocol for values that work with ?, ??, and postfix !. - Xor — Interface for the ^ operator.