pub enum PathDecision {
Add,
Reject,
}Variants§
Trait Implementations§
Source§impl Debug for PathDecision
impl Debug for PathDecision
Source§impl PartialEq for PathDecision
impl PartialEq for PathDecision
impl Eq for PathDecision
impl StructuralPartialEq for PathDecision
Auto Trait Implementations§
impl Freeze for PathDecision
impl RefUnwindSafe for PathDecision
impl Send for PathDecision
impl Sync for PathDecision
impl Unpin for PathDecision
impl UnwindSafe for PathDecision
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