pub struct RulesBuilderConfig { /* private fields */ }
Implementations§
Source§impl RulesBuilderConfig
impl RulesBuilderConfig
pub fn builder() -> RulesBuilderConfigBuilder
Source§impl RulesBuilderConfig
impl RulesBuilderConfig
Sourcepub fn build_rules(self) -> Rules
pub fn build_rules(self) -> Rules
Build a Rules from the builder config
Trait Implementations§
Source§impl Clone for RulesBuilderConfig
impl Clone for RulesBuilderConfig
Source§fn clone(&self) -> RulesBuilderConfig
fn clone(&self) -> RulesBuilderConfig
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 moreAuto Trait Implementations§
impl Freeze for RulesBuilderConfig
impl !RefUnwindSafe for RulesBuilderConfig
impl Send for RulesBuilderConfig
impl Sync for RulesBuilderConfig
impl Unpin for RulesBuilderConfig
impl !UnwindSafe for RulesBuilderConfig
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