pub struct DataLoadConfiguration {
pub parallelism: u32,
pub batch_size: u64,
pub prefetch_count: u32,
pub load_all_vertex_attributes: bool,
pub load_all_edge_attributes: bool,
}Fields§
§parallelism: u32§batch_size: u64§prefetch_count: u32§load_all_vertex_attributes: bool§load_all_edge_attributes: boolImplementations§
Trait Implementations§
Source§impl Clone for DataLoadConfiguration
impl Clone for DataLoadConfiguration
Source§fn clone(&self) -> DataLoadConfiguration
fn clone(&self) -> DataLoadConfiguration
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 DataLoadConfiguration
impl Debug for DataLoadConfiguration
Auto Trait Implementations§
impl Freeze for DataLoadConfiguration
impl RefUnwindSafe for DataLoadConfiguration
impl Send for DataLoadConfiguration
impl Sync for DataLoadConfiguration
impl Unpin for DataLoadConfiguration
impl UnwindSafe for DataLoadConfiguration
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