Struct kanidmd_lib::identity::Limits
source · [−]pub struct Limits {
pub unindexed_allow: bool,
pub search_max_results: usize,
pub search_max_filter_test: usize,
pub filter_max_elements: usize,
}
Expand description
Limits on the resources a single event can consume. These are defined per-event as they are derived from the userAuthToken based on that individual session
Fields
unindexed_allow: bool
search_max_results: usize
search_max_filter_test: usize
filter_max_elements: usize
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Limits
impl Send for Limits
impl Sync for Limits
impl Unpin for Limits
impl UnwindSafe for Limits
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