pub struct MapBuilder<'a: 'b, 'b> { /* private fields */ }
Implementations§
Source§impl<'a: 'b, 'b> MapBuilder<'a, 'b>
impl<'a: 'b, 'b> MapBuilder<'a, 'b>
pub fn add_keysSorted(&mut self, keysSorted: bool)
pub fn new(_fbb: &'b mut FlatBufferBuilder<'a>) -> MapBuilder<'a, 'b>
pub fn finish(self) -> WIPOffset<Map<'a>>
Auto Trait Implementations§
impl<'a, 'b> Freeze for MapBuilder<'a, 'b>
impl<'a, 'b> RefUnwindSafe for MapBuilder<'a, 'b>
impl<'a, 'b> Send for MapBuilder<'a, 'b>
impl<'a, 'b> Sync for MapBuilder<'a, 'b>
impl<'a, 'b> Unpin for MapBuilder<'a, 'b>
impl<'a, 'b> !UnwindSafe for MapBuilder<'a, 'b>
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