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