pub struct TypeIdSet(pub BTreeSet<GtsTypeId>);Expand description
A resolved set of registered types, the single representation on which a caller’s type filter and an authorizing permission’s pattern intersect.
Tuple Fields§
§0: BTreeSet<GtsTypeId>Implementations§
Trait Implementations§
impl Eq for TypeIdSet
impl StructuralPartialEq for TypeIdSet
Auto Trait Implementations§
impl Freeze for TypeIdSet
impl RefUnwindSafe for TypeIdSet
impl Send for TypeIdSet
impl Sync for TypeIdSet
impl Unpin for TypeIdSet
impl UnsafeUnpin for TypeIdSet
impl UnwindSafe for TypeIdSet
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.