pub struct IngestOptions {
pub key_field: String,
pub auto_fk: AutoFk,
}Expand description
Options for GraphDb::ingest.
Fields§
§key_field: StringProperty used as the node key. Also stored as a normal property.
auto_fk: AutoFkTrait Implementations§
Source§impl Clone for IngestOptions
impl Clone for IngestOptions
Source§fn clone(&self) -> IngestOptions
fn clone(&self) -> IngestOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IngestOptions
impl Debug for IngestOptions
Source§impl Default for IngestOptions
impl Default for IngestOptions
impl Eq for IngestOptions
Source§impl PartialEq for IngestOptions
impl PartialEq for IngestOptions
impl StructuralPartialEq for IngestOptions
Auto Trait Implementations§
impl Freeze for IngestOptions
impl RefUnwindSafe for IngestOptions
impl Send for IngestOptions
impl Sync for IngestOptions
impl Unpin for IngestOptions
impl UnsafeUnpin for IngestOptions
impl UnwindSafe for IngestOptions
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