Struct kanidmd_lib::be::IdxMeta
source · [−]pub struct IdxMeta {
pub idxkeys: Map<IdxKey, u8>,
}
Fields
idxkeys: Map<IdxKey, u8>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IdxMeta
impl Send for IdxMeta
impl Sync for IdxMeta
impl Unpin for IdxMeta
impl UnwindSafe for IdxMeta
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