pub enum IgnorePathCondition {
Rhai(String),
}Variants§
Trait Implementations§
Source§impl Clone for IgnorePathCondition
impl Clone for IgnorePathCondition
Source§fn clone(&self) -> IgnorePathCondition
fn clone(&self) -> IgnorePathCondition
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IgnorePathCondition
impl Debug for IgnorePathCondition
Source§impl PartialEq for IgnorePathCondition
impl PartialEq for IgnorePathCondition
impl StructuralPartialEq for IgnorePathCondition
Auto Trait Implementations§
impl Freeze for IgnorePathCondition
impl RefUnwindSafe for IgnorePathCondition
impl Send for IgnorePathCondition
impl Sync for IgnorePathCondition
impl Unpin for IgnorePathCondition
impl UnwindSafe for IgnorePathCondition
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