pub struct ExpandOpArgs<'a> {
pub input: u32,
pub src_col: u32,
pub types: Option<WIPOffset<Vector<'a, ForwardsUOffset<&'a str>>>>,
pub dir: ExpandDir,
pub schema: Option<WIPOffset<Vector<'a, ForwardsUOffset<ColDef<'a>>>>>,
pub src_var: Option<WIPOffset<&'a str>>,
pub rel_var: Option<WIPOffset<&'a str>>,
pub dst_var: Option<WIPOffset<&'a str>>,
pub legal_src_labels: Option<WIPOffset<Vector<'a, ForwardsUOffset<&'a str>>>>,
pub legal_dst_labels: Option<WIPOffset<Vector<'a, ForwardsUOffset<&'a str>>>>,
pub est_degree: f64,
pub graph_ref: Option<WIPOffset<&'a str>>,
}Fields§
§input: u32§src_col: u32§types: Option<WIPOffset<Vector<'a, ForwardsUOffset<&'a str>>>>§dir: ExpandDir§schema: Option<WIPOffset<Vector<'a, ForwardsUOffset<ColDef<'a>>>>>§src_var: Option<WIPOffset<&'a str>>§rel_var: Option<WIPOffset<&'a str>>§dst_var: Option<WIPOffset<&'a str>>§legal_src_labels: Option<WIPOffset<Vector<'a, ForwardsUOffset<&'a str>>>>§legal_dst_labels: Option<WIPOffset<Vector<'a, ForwardsUOffset<&'a str>>>>§est_degree: f64§graph_ref: Option<WIPOffset<&'a str>>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ExpandOpArgs<'a>
impl<'a> RefUnwindSafe for ExpandOpArgs<'a>
impl<'a> Send for ExpandOpArgs<'a>
impl<'a> Sync for ExpandOpArgs<'a>
impl<'a> Unpin for ExpandOpArgs<'a>
impl<'a> UnsafeUnpin for ExpandOpArgs<'a>
impl<'a> UnwindSafe for ExpandOpArgs<'a>
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