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: bool
Implementations§
Trait Implementations§
source§impl Clone for DataLoadConfiguration
impl Clone for DataLoadConfiguration
source§fn clone(&self) -> DataLoadConfiguration
fn clone(&self) -> DataLoadConfiguration
Returns a copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)