pub struct PlexusPlanBuilder<'a: 'b, 'b, A: Allocator + 'a> { /* private fields */ }Implementations§
Source§impl<'a: 'b, 'b, A: Allocator + 'a> PlexusPlanBuilder<'a, 'b, A>
impl<'a: 'b, 'b, A: Allocator + 'a> PlexusPlanBuilder<'a, 'b, A>
pub fn add_version(&mut self, version: WIPOffset<Version<'b>>)
pub fn add_ops( &mut self, ops: WIPOffset<Vector<'b, ForwardsUOffset<PlanOp<'b>>>>, )
pub fn add_root_op(&mut self, root_op: u32)
pub fn new( _fbb: &'b mut FlatBufferBuilder<'a, A>, ) -> PlexusPlanBuilder<'a, 'b, A>
pub fn finish(self) -> WIPOffset<PlexusPlan<'a>>
Auto Trait Implementations§
impl<'a, 'b, A> Freeze for PlexusPlanBuilder<'a, 'b, A>
impl<'a, 'b, A> RefUnwindSafe for PlexusPlanBuilder<'a, 'b, A>where
A: RefUnwindSafe,
impl<'a, 'b, A> Send for PlexusPlanBuilder<'a, 'b, A>where
A: Send,
impl<'a, 'b, A> Sync for PlexusPlanBuilder<'a, 'b, A>where
A: Sync,
impl<'a, 'b, A> Unpin for PlexusPlanBuilder<'a, 'b, A>
impl<'a, 'b, A> UnsafeUnpin for PlexusPlanBuilder<'a, 'b, A>
impl<'a, 'b, A> !UnwindSafe for PlexusPlanBuilder<'a, 'b, 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