Struct stemflow::Domain
[−]
[src]
pub struct Domain<A> where A: Access {
pub name: String,
pub acl: BTreeSet<A>,
// some fields omitted
}
Fields
name | |
acl |
Trait Implementations
impl<A> PartialEq for Domain<A> where A: Access
impl<A> PartialOrd for Domain<A> where A: Access
fn partial_cmp(&self, other: &Self) -> Option<Ordering>
fn lt(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
fn gt(&self, other: &Rhs) -> bool
fn ge(&self, other: &Rhs) -> bool
impl<A> Ord for Domain<A> where A: Access
impl<A> Hash for Domain<A> where A: Access
Avoid recursive hashing by assuming the domain name is unique!