Struct planus_cli::codegen::backend_translation::BackendTableFields [−][src]
pub struct BackendTableFields<F> { /* fields omitted */ }Implementations
pub fn declaration_order_with_union_keys(
&self
) -> impl Iterator<Item = BackendTableField<'_, F>>
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for BackendTableFields<F> where
F: RefUnwindSafe,
impl<F> Send for BackendTableFields<F> where
F: Send,
impl<F> Sync for BackendTableFields<F> where
F: Sync,
impl<F> Unpin for BackendTableFields<F> where
F: Unpin,
impl<F> UnwindSafe for BackendTableFields<F> where
F: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
