Struct biscuit_parser::builder::Policy
source · [−]pub struct Policy {
pub queries: Vec<Rule>,
pub kind: PolicyKind,
}Expand description
Builder for a Biscuit policy
Fields
queries: Vec<Rule>kind: PolicyKindTrait Implementations
impl StructuralPartialEq for Policy
Auto Trait Implementations
impl RefUnwindSafe for Policy
impl Send for Policy
impl Sync for Policy
impl Unpin for Policy
impl UnwindSafe for Policy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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