pub struct YamlWrapper {
pub file_path: String,
pub raw_data: String,
pub data: Value,
}Fields§
§file_path: String§raw_data: String§data: ValueImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YamlWrapper
impl RefUnwindSafe for YamlWrapper
impl Send for YamlWrapper
impl Sync for YamlWrapper
impl Unpin for YamlWrapper
impl UnwindSafe for YamlWrapper
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