pub struct WriteProcedureConfig { /* private fields */ }Implementations§
Source§impl WriteProcedureConfig
impl WriteProcedureConfig
pub const PROC_TYPE: &'static str = "write"
pub fn new( file_path: String, graph_format: String, with_properties: bool, ) -> Self
pub fn default() -> Self
pub fn from_proc_config(config: &HashMap<String, Value>) -> Result<Self>
pub fn file_path(&self) -> &String
pub fn graph_format(&self) -> &String
pub fn with_properties(&self) -> bool
Auto Trait Implementations§
impl Freeze for WriteProcedureConfig
impl RefUnwindSafe for WriteProcedureConfig
impl Send for WriteProcedureConfig
impl Sync for WriteProcedureConfig
impl Unpin for WriteProcedureConfig
impl UnwindSafe for WriteProcedureConfig
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