pub struct IrRuleDependency {
pub producer: String,
pub consumer: String,
pub fact: String,
}Fields§
§producer: String§consumer: String§fact: StringTrait Implementations§
Source§impl Clone for IrRuleDependency
impl Clone for IrRuleDependency
Source§fn clone(&self) -> IrRuleDependency
fn clone(&self) -> IrRuleDependency
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IrRuleDependency
impl Debug for IrRuleDependency
impl Eq for IrRuleDependency
Source§impl PartialEq for IrRuleDependency
impl PartialEq for IrRuleDependency
impl StructuralPartialEq for IrRuleDependency
Auto Trait Implementations§
impl Freeze for IrRuleDependency
impl RefUnwindSafe for IrRuleDependency
impl Send for IrRuleDependency
impl Sync for IrRuleDependency
impl Unpin for IrRuleDependency
impl UnsafeUnpin for IrRuleDependency
impl UnwindSafe for IrRuleDependency
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