Module interfaces

Source
Expand description

Types that implement InterfaceType, used in examples.

Structsยง

CloneEqInterface
Implements InterfaceType, requiring Send + Sync + Debug + Clone + Eq
CloneInterface
Implements InterfaceType, requiring Send + Sync + Clone
DEIteratorCloneInterface
Implements InterfaceType, requiring Send + Sync + Debug + Clone + DoubleEndedIterator
DEIteratorInterface
Implements InterfaceType, requiring Send + Sync + DoubleEndedIterator<Item = T>
DebugDefEqInterface
Implements InterfaceType, requiring Send + Sync + Debug + Eq + Default
DebugDisplayInterface
Implements InterfaceType, requiring Send + Sync + Debug + Display
DefaultInterface
Implements InterfaceType, requiring Send + Sync + Default
FmtWriteInterface
Implements InterfaceType, requiring Send + Sync + Debug + std::fmt::Write
IoWriteInterface
Implements InterfaceType, requiring std::io::Write
IteratorInterface
Implements InterfaceType, requiring Send + Sync + Iterator<Item = T>
PartialEqInterface
Implements InterfaceType, requiring Send + Sync + Debug + PartialEq
UnpinInterface
Implements InterfaceType, requiring Unpin