pub enum InternalPathResult {
Allow {
decision_reason: PermissionDecisionReason,
},
Passthrough,
}Expand description
Result of internal path check.
Variants§
Auto Trait Implementations§
impl Freeze for InternalPathResult
impl RefUnwindSafe for InternalPathResult
impl Send for InternalPathResult
impl Sync for InternalPathResult
impl Unpin for InternalPathResult
impl UnsafeUnpin for InternalPathResult
impl UnwindSafe for InternalPathResult
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