pub struct RefineStep {
pub target: String,
pub strategy: String,
pub loc: Loc,
}Fields§
§target: String§strategy: String§loc: LocTrait Implementations§
Auto Trait Implementations§
impl Freeze for RefineStep
impl RefUnwindSafe for RefineStep
impl Send for RefineStep
impl Sync for RefineStep
impl Unpin for RefineStep
impl UnsafeUnpin for RefineStep
impl UnwindSafe for RefineStep
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