Trait abi_stable::erased_types::InterfaceBound
source · pub trait InterfaceBound: InterfaceType {
Show 16 associated constants and 0 method
const CLONE: bool;
const DEFAULT: bool;
const DISPLAY: bool;
const DEBUG: bool;
const SERIALIZE: bool;
const PARTIAL_EQ: bool;
const ORD: bool;
const PARTIAL_ORD: bool;
const HASH: bool;
const ITERATOR: bool;
const DOUBLE_ENDED_ITERATOR: bool;
const FMT_WRITE: bool;
const IO_WRITE: bool;
const IO_READ: bool;
const IO_BUF_READ: bool;
const IO_SEEK: bool;
}
Expand description
Associated constant equivalents of the associated types in InterfaceType
.
Required Associated Constants
sourceconst CLONE: bool
const CLONE: bool
Whether the trait is required,
and is usable by a DynTrait
parameterized with this InterfaceType
.
sourceconst DEFAULT: bool
const DEFAULT: bool
Whether the trait is required,
and is usable by a DynTrait
parameterized with this InterfaceType
.
sourceconst DISPLAY: bool
const DISPLAY: bool
Whether the trait is required,
and is usable by a DynTrait
parameterized with this InterfaceType
.
sourceconst DEBUG: bool
const DEBUG: bool
Whether the trait is required,
and is usable by a DynTrait
parameterized with this InterfaceType
.
sourceconst SERIALIZE: bool
const SERIALIZE: bool
Whether the trait is required,
and is usable by a DynTrait
parameterized with this InterfaceType
.
sourceconst PARTIAL_EQ: bool
const PARTIAL_EQ: bool
Whether the trait is required,
and is usable by a DynTrait
parameterized with this InterfaceType
.
sourceconst ORD: bool
const ORD: bool
Whether the trait is required,
and is usable by a DynTrait
parameterized with this InterfaceType
.
sourceconst PARTIAL_ORD: bool
const PARTIAL_ORD: bool
Whether the trait is required,
and is usable by a DynTrait
parameterized with this InterfaceType
.
sourceconst HASH: bool
const HASH: bool
Whether the trait is required,
and is usable by a DynTrait
parameterized with this InterfaceType
.
sourceconst ITERATOR: bool
const ITERATOR: bool
Whether the trait is required,
and is usable by a DynTrait
parameterized with this InterfaceType
.
sourceconst DOUBLE_ENDED_ITERATOR: bool
const DOUBLE_ENDED_ITERATOR: bool
Whether the trait is required,
and is usable by a DynTrait
parameterized with this InterfaceType
.
sourceconst FMT_WRITE: bool
const FMT_WRITE: bool
Whether the trait is required,
and is usable by a DynTrait
parameterized with this InterfaceType
.
sourceconst IO_WRITE: bool
const IO_WRITE: bool
Whether the trait is required,
and is usable by a DynTrait
parameterized with this InterfaceType
.
sourceconst IO_READ: bool
const IO_READ: bool
Whether the trait is required,
and is usable by a DynTrait
parameterized with this InterfaceType
.
sourceconst IO_BUF_READ: bool
const IO_BUF_READ: bool
Whether the trait is required,
and is usable by a DynTrait
parameterized with this InterfaceType
.