pub struct BatchNode {
pub labels: Vec<String>,
pub properties: HashMap<String, Value>,
}Expand description
Batch node definition
Fields§
§labels: Vec<String>Node labels
properties: HashMap<String, Value>Node properties
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BatchNode
impl RefUnwindSafe for BatchNode
impl Send for BatchNode
impl Sync for BatchNode
impl Unpin for BatchNode
impl UnsafeUnpin for BatchNode
impl UnwindSafe for BatchNode
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