pub enum ModeType {
Bare,
Stdlib,
Diem,
}
Expand description
Set of supported modes
Variants§
Bare
No dependencies
Stdlib
Move stdlib dependencies only (e.g., Vector, Signer)
Diem
Include stdlib and all Diem dependencies
Trait Implementations§
source§impl PartialEq<ModeType> for ModeType
impl PartialEq<ModeType> for ModeType
impl Copy for ModeType
impl Eq for ModeType
impl StructuralEq for ModeType
impl StructuralPartialEq for ModeType
Auto Trait Implementations§
impl RefUnwindSafe for ModeType
impl Send for ModeType
impl Sync for ModeType
impl Unpin for ModeType
impl UnwindSafe for ModeType
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.