pub struct PlanBuilder<'a: 'b, 'b, A: Allocator + 'a> { /* private fields */ }Implementations§
Source§impl<'a: 'b, 'b, A: Allocator + 'a> PlanBuilder<'a, 'b, A>
 
impl<'a: 'b, 'b, A: Allocator + 'a> PlanBuilder<'a, 'b, A>
pub fn add_id(&mut self, id: u64)
pub fn add_name(&mut self, name: WIPOffset<&'b str>)
pub fn add_template(&mut self, template: WIPOffset<&'b str>)
pub fn add_lines( &mut self, lines: WIPOffset<Vector<'b, ForwardsUOffset<KeyValueU64VecU64<'b>>>>, )
pub fn add_stations( &mut self, stations: WIPOffset<Vector<'b, ForwardsUOffset<KeyValueU64Station<'b>>>>, )
pub fn add_stations_to_in_outs( &mut self, stations_to_in_outs: WIPOffset<Vector<'b, ForwardsUOffset<KeyValueU64VecU64<'b>>>>, )
pub fn add_sources( &mut self, sources: WIPOffset<Vector<'b, ForwardsUOffset<KeyValueU64Source<'b>>>>, )
pub fn add_destinations( &mut self, destinations: WIPOffset<Vector<'b, ForwardsUOffset<KeyValueU64Destination<'b>>>>, )
pub fn add_status(&mut self, status: PlanStatus)
pub fn add_transforms( &mut self, transforms: WIPOffset<Vector<'b, ForwardsUOffset<KeyValueStringTransform<'b>>>>, )
pub fn new(_fbb: &'b mut FlatBufferBuilder<'a, A>) -> PlanBuilder<'a, 'b, A>
pub fn finish(self) -> WIPOffset<Plan<'a>>
Auto Trait Implementations§
impl<'a, 'b, A> Freeze for PlanBuilder<'a, 'b, A>
impl<'a, 'b, A> RefUnwindSafe for PlanBuilder<'a, 'b, A>where
    A: RefUnwindSafe,
impl<'a, 'b, A> Send for PlanBuilder<'a, 'b, A>where
    A: Send,
impl<'a, 'b, A> Sync for PlanBuilder<'a, 'b, A>where
    A: Sync,
impl<'a, 'b, A> Unpin for PlanBuilder<'a, 'b, A>
impl<'a, 'b, A> !UnwindSafe for PlanBuilder<'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