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