Enum kanidmd_lib::be::IdList
source · [−]pub enum IdList {
AllIds,
PartialThreshold(IDLBitRange),
Partial(IDLBitRange),
Indexed(IDLBitRange),
}
Variants
AllIds
PartialThreshold(IDLBitRange)
Partial(IDLBitRange)
Indexed(IDLBitRange)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IdList
impl Send for IdList
impl Sync for IdList
impl Unpin for IdList
impl UnwindSafe for IdList
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more