pub struct ExtensionBuilder<'a: 'b, 'b, A: Allocator + 'a> { /* private fields */ }Implementations§
Source§impl<'a: 'b, 'b, A: Allocator + 'a> ExtensionBuilder<'a, 'b, A>
impl<'a: 'b, 'b, A: Allocator + 'a> ExtensionBuilder<'a, 'b, A>
pub fn add_name(&mut self, name: WIPOffset<&'b str>)
pub fn add_description(&mut self, description: WIPOffset<&'b str>)
pub fn add_url(&mut self, url: WIPOffset<&'b str>)
pub fn add_version(&mut self, version: WIPOffset<&'b str>)
pub fn add_version_cityjson(&mut self, version_cityjson: WIPOffset<&'b str>)
pub fn add_extra_attributes(&mut self, extra_attributes: WIPOffset<&'b str>)
pub fn add_extra_city_objects(&mut self, extra_city_objects: WIPOffset<&'b str>)
pub fn add_extra_root_properties( &mut self, extra_root_properties: WIPOffset<&'b str>, )
pub fn add_extra_semantic_surfaces( &mut self, extra_semantic_surfaces: WIPOffset<&'b str>, )
pub fn new( _fbb: &'b mut FlatBufferBuilder<'a, A>, ) -> ExtensionBuilder<'a, 'b, A>
pub fn finish(self) -> WIPOffset<Extension<'a>>
Auto Trait Implementations§
impl<'a, 'b, A> Freeze for ExtensionBuilder<'a, 'b, A>
impl<'a, 'b, A> RefUnwindSafe for ExtensionBuilder<'a, 'b, A>where
A: RefUnwindSafe,
impl<'a, 'b, A> Send for ExtensionBuilder<'a, 'b, A>where
A: Send,
impl<'a, 'b, A> Sync for ExtensionBuilder<'a, 'b, A>where
A: Sync,
impl<'a, 'b, A> Unpin for ExtensionBuilder<'a, 'b, A>
impl<'a, 'b, A> UnsafeUnpin for ExtensionBuilder<'a, 'b, A>
impl<'a, 'b, A> !UnwindSafe for ExtensionBuilder<'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