pub struct JsonFileSource { /* private fields */ }
Expand description
JSON loader from file path
Implementations§
Trait Implementations§
Source§impl CommandSource for JsonFileSource
impl CommandSource for JsonFileSource
Auto Trait Implementations§
impl Freeze for JsonFileSource
impl RefUnwindSafe for JsonFileSource
impl Send for JsonFileSource
impl Sync for JsonFileSource
impl Unpin for JsonFileSource
impl UnwindSafe for JsonFileSource
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