pub struct GraphPolicyEngine { /* private fields */ }Implementations§
Trait Implementations§
Source§impl PolicyEngine for GraphPolicyEngine
impl PolicyEngine for GraphPolicyEngine
Source§fn with_fallback(self, fallback: Arc<dyn PolicyEngine>) -> FallbackEngine<Self>where
Self: Sized,
fn with_fallback(self, fallback: Arc<dyn PolicyEngine>) -> FallbackEngine<Self>where
Self: Sized,
Compose this engine with a fallback. Read more
Auto Trait Implementations§
impl Freeze for GraphPolicyEngine
impl RefUnwindSafe for GraphPolicyEngine
impl Send for GraphPolicyEngine
impl Sync for GraphPolicyEngine
impl Unpin for GraphPolicyEngine
impl UnsafeUnpin for GraphPolicyEngine
impl UnwindSafe for GraphPolicyEngine
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