pub struct ExpandedData {
pub yaml: String,
pub route: String,
}Fields§
§yaml: String§route: StringTrait Implementations§
Source§impl Debug for ExpandedData
impl Debug for ExpandedData
Auto Trait Implementations§
impl Freeze for ExpandedData
impl RefUnwindSafe for ExpandedData
impl Send for ExpandedData
impl Sync for ExpandedData
impl Unpin for ExpandedData
impl UnsafeUnpin for ExpandedData
impl UnwindSafe for ExpandedData
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