pub struct Dmatcher { /* private fields */ }
Expand description
Dmatcher matcher algorithm
Implementations§
Source§impl Dmatcher
impl Dmatcher
Sourcepub fn insert_lines(&mut self, domain: String, dst: &str) -> ProtoResult<()>
pub fn insert_lines(&mut self, domain: String, dst: &str) -> ProtoResult<()>
Pass in a string containing \n
and get all domains inserted.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dmatcher
impl RefUnwindSafe for Dmatcher
impl Send for Dmatcher
impl Sync for Dmatcher
impl Unpin for Dmatcher
impl UnwindSafe for Dmatcher
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