pub struct JsonToEure {
pub json_file: TextFile,
pub config: Config,
}Fields§
§json_file: TextFile§config: ConfigImplementations§
Trait Implementations§
Source§impl Clone for JsonToEure
impl Clone for JsonToEure
Source§fn clone(&self) -> JsonToEure
fn clone(&self) -> JsonToEure
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JsonToEure
impl Debug for JsonToEure
Auto Trait Implementations§
impl Freeze for JsonToEure
impl RefUnwindSafe for JsonToEure
impl Send for JsonToEure
impl Sync for JsonToEure
impl Unpin for JsonToEure
impl UnwindSafe for JsonToEure
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