pub struct IrEffectDependency {
pub upstream: String,
pub predicate: DependencyPredicate,
pub downstream: String,
}Fields§
§upstream: String§predicate: DependencyPredicate§downstream: StringTrait Implementations§
Source§impl Clone for IrEffectDependency
impl Clone for IrEffectDependency
Source§fn clone(&self) -> IrEffectDependency
fn clone(&self) -> IrEffectDependency
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 IrEffectDependency
impl Debug for IrEffectDependency
impl Eq for IrEffectDependency
Source§impl PartialEq for IrEffectDependency
impl PartialEq for IrEffectDependency
impl StructuralPartialEq for IrEffectDependency
Auto Trait Implementations§
impl Freeze for IrEffectDependency
impl RefUnwindSafe for IrEffectDependency
impl Send for IrEffectDependency
impl Sync for IrEffectDependency
impl Unpin for IrEffectDependency
impl UnsafeUnpin for IrEffectDependency
impl UnwindSafe for IrEffectDependency
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