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