pub struct RuntimePatternSetConfig {
pub name: String,
pub kind: RuntimePatternSetKind,
pub patterns: Vec<String>,
}Fields§
§name: String§kind: RuntimePatternSetKind§patterns: Vec<String>Implementations§
Trait Implementations§
Source§impl Clone for RuntimePatternSetConfig
impl Clone for RuntimePatternSetConfig
Source§fn clone(&self) -> RuntimePatternSetConfig
fn clone(&self) -> RuntimePatternSetConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RuntimePatternSetConfig
impl Debug for RuntimePatternSetConfig
impl Eq for RuntimePatternSetConfig
Source§impl PartialEq for RuntimePatternSetConfig
impl PartialEq for RuntimePatternSetConfig
impl StructuralPartialEq for RuntimePatternSetConfig
Auto Trait Implementations§
impl Freeze for RuntimePatternSetConfig
impl RefUnwindSafe for RuntimePatternSetConfig
impl Send for RuntimePatternSetConfig
impl Sync for RuntimePatternSetConfig
impl Unpin for RuntimePatternSetConfig
impl UnsafeUnpin for RuntimePatternSetConfig
impl UnwindSafe for RuntimePatternSetConfig
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