Struct DenyTagConfig
pub struct DenyTagConfig {
pub tags: Vec<String>,
pub starts_with: Vec<String>,
pub ends_with: Vec<String>,
}
Fields§
§starts_with: Vec<String>
§ends_with: Vec<String>
Trait Implementations§
§impl Clone for DenyTagConfig
impl Clone for DenyTagConfig
§fn clone(&self) -> DenyTagConfig
fn clone(&self) -> DenyTagConfig
Returns a copy 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 more§impl Debug for DenyTagConfig
impl Debug for DenyTagConfig
§impl PartialEq for DenyTagConfig
impl PartialEq for DenyTagConfig
impl StructuralPartialEq for DenyTagConfig
Auto Trait Implementations§
impl Freeze for DenyTagConfig
impl RefUnwindSafe for DenyTagConfig
impl Send for DenyTagConfig
impl Sync for DenyTagConfig
impl Unpin for DenyTagConfig
impl UnwindSafe for DenyTagConfig
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