Struct ledger_rs_lib::option::InputOptions
source · pub struct InputOptions {
pub filenames: Vec<String>,
}Fields§
§filenames: Vec<String>Implementations§
source§impl InputOptions
impl InputOptions
Auto Trait Implementations§
impl RefUnwindSafe for InputOptions
impl Send for InputOptions
impl Sync for InputOptions
impl Unpin for InputOptions
impl UnwindSafe for InputOptions
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