pub enum RuleImpl {
Passthrough,
TransformTo,
Local,
Unsupported,
}Expand description
routing_rules.implementation, parsed.
Variants§
Trait Implementations§
impl Copy for RuleImpl
impl Eq for RuleImpl
impl StructuralPartialEq for RuleImpl
Auto Trait Implementations§
impl Freeze for RuleImpl
impl RefUnwindSafe for RuleImpl
impl Send for RuleImpl
impl Sync for RuleImpl
impl Unpin for RuleImpl
impl UnsafeUnpin for RuleImpl
impl UnwindSafe for RuleImpl
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