Struct biscuit_auth::datalog::RuleSet
source · pub struct RuleSet {
pub inner: HashMap<TrustedOrigins, Vec<(usize, Rule)>>,
}Fields§
§inner: HashMap<TrustedOrigins, Vec<(usize, Rule)>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RuleSet
impl Send for RuleSet
impl Sync for RuleSet
impl Unpin for RuleSet
impl UnwindSafe for RuleSet
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