pub struct RunData {
pub yaml: String,
pub route: String,
pub resolution: Vec<Value>,
}Fields§
§yaml: String§route: String§resolution: Vec<Value>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RunData
impl RefUnwindSafe for RunData
impl Send for RunData
impl Sync for RunData
impl Unpin for RunData
impl UnsafeUnpin for RunData
impl UnwindSafe for RunData
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