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