pub struct AssociationRules { /* private fields */ }Expand description
Collection of all available association rules
Implementations§
Source§impl AssociationRules
impl AssociationRules
Sourcepub fn rules_for_layer(&self, layer: &Layer) -> Vec<&dyn AssociationRule>
pub fn rules_for_layer(&self, layer: &Layer) -> Vec<&dyn AssociationRule>
Get all rules that apply to a given source layer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AssociationRules
impl !RefUnwindSafe for AssociationRules
impl Send for AssociationRules
impl Sync for AssociationRules
impl Unpin for AssociationRules
impl !UnwindSafe for AssociationRules
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