menu
destack:ops
import destack:ops
Structs
Enums
OrderingResult of a comparison operation.
Newtypes
ControlFlowResult of branching a Try carrier.
Newtype interfaces
AddInterface for the + operator.AndInterface for the & operator.CompareInterface for total comparison and ordering.DebugInterface for developer-facing string representation.DereferenceInterface for dereference projection *a.DisplayInterface for user-facing string representation.DivideInterface for the / operator.EqualMarker interface for total equality.FromResidualTarget protocol for rebuilding a carrier from a propagated residual.HashA value that can feed itself into a hasher.HasherA stateful hash sink.IndexInterface for index access a[i].IndexSetInterface for index assignment a[i] = v.MultiplyInterface for the * operator.NegateInterface for unary -.NotInterface for the ~ operator.OrInterface for the | operator.PartialCompareInterface for partial comparison.PartialEqualInterface for partial equality.PlusInterface for unary +.PowerInterface for the ** operator.RemainderInterface for the % operator.ShiftLeftInterface for the << operator.ShiftRightInterface for the >> operator.ShiftRightUnsignedInterface for the >>> operator.SubtractInterface for the - operator.TryProtocol for values that work with ?, ??, and postfix !.XorInterface for the ^ operator.