pub struct FakeAggregatorData { /* private fields */ }
Expand description
In memory representation of a folder containing data imported using the scripts/import.sh
script
of the fake aggregator.
Implementations§
source§impl FakeAggregatorData
impl FakeAggregatorData
pub fn load_from_folder(folder: &Path) -> Self
pub fn generate_code_for_ids(self) -> String
pub fn generate_code_for_all_data(self) -> String
Trait Implementations§
source§impl Debug for FakeAggregatorData
impl Debug for FakeAggregatorData
source§impl Default for FakeAggregatorData
impl Default for FakeAggregatorData
source§fn default() -> FakeAggregatorData
fn default() -> FakeAggregatorData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FakeAggregatorData
impl RefUnwindSafe for FakeAggregatorData
impl Send for FakeAggregatorData
impl Sync for FakeAggregatorData
impl Unpin for FakeAggregatorData
impl UnwindSafe for FakeAggregatorData
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