pub struct RuleCatalog { /* private fields */ }Implementations§
Source§impl RuleCatalog
impl RuleCatalog
Trait Implementations§
Source§impl Debug for RuleCatalog
impl Debug for RuleCatalog
Source§impl Default for RuleCatalog
impl Default for RuleCatalog
Source§fn default() -> RuleCatalog
fn default() -> RuleCatalog
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RuleCatalog
impl RefUnwindSafe for RuleCatalog
impl Send for RuleCatalog
impl Sync for RuleCatalog
impl Unpin for RuleCatalog
impl UnsafeUnpin for RuleCatalog
impl UnwindSafe for RuleCatalog
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