Enum libmedium::post::PostitionType
source · enum PostitionType {
Start,
End,
}
Variants§
Trait Implementations§
source§impl PartialEq<PostitionType> for PostitionType
impl PartialEq<PostitionType> for PostitionType
source§fn eq(&self, other: &PostitionType) -> bool
fn eq(&self, other: &PostitionType) -> bool
impl Eq for PostitionType
impl StructuralEq for PostitionType
impl StructuralPartialEq for PostitionType
Auto Trait Implementations§
impl RefUnwindSafe for PostitionType
impl Send for PostitionType
impl Sync for PostitionType
impl Unpin for PostitionType
impl UnwindSafe for PostitionType
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.