pub struct TargetRule { /* private fields */ }Expand description
Transformation rules for a specific target pattern.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TargetRule
impl RefUnwindSafe for TargetRule
impl Send for TargetRule
impl Sync for TargetRule
impl Unpin for TargetRule
impl UnwindSafe for TargetRule
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