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