pub struct DSLRuleset { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for DSLRuleset
impl RefUnwindSafe for DSLRuleset
impl Send for DSLRuleset
impl Sync for DSLRuleset
impl Unpin for DSLRuleset
impl UnwindSafe for DSLRuleset
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