pub struct WildcardRule { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for WildcardRule
impl Clone for WildcardRule
Source§fn clone(&self) -> WildcardRule
fn clone(&self) -> WildcardRule
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 WildcardRule
impl Debug for WildcardRule
Source§impl Default for WildcardRule
impl Default for WildcardRule
Source§fn default() -> WildcardRule
fn default() -> WildcardRule
Returns the “default value” for a type. Read more
Source§impl From<WildcardRule> for IntervalRule
impl From<WildcardRule> for IntervalRule
Source§fn from(val: WildcardRule) -> Self
fn from(val: WildcardRule) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WildcardRule
impl RefUnwindSafe for WildcardRule
impl Send for WildcardRule
impl Sync for WildcardRule
impl Unpin for WildcardRule
impl UnwindSafe for WildcardRule
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