pub enum CodelistColumn {
UtilmdCodeverwendung,
UtilmdPreisangabe,
PricatCodeverwendung,
PricatPreisangabe,
InvoicCodeverwendung,
InvoicPreisangabe,
}Variants§
UtilmdCodeverwendung
UtilmdPreisangabe
PricatCodeverwendung
PricatPreisangabe
InvoicCodeverwendung
InvoicPreisangabe
Trait Implementations§
Source§impl Clone for CodelistColumn
impl Clone for CodelistColumn
Source§fn clone(&self) -> CodelistColumn
fn clone(&self) -> CodelistColumn
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CodelistColumn
Auto Trait Implementations§
impl Freeze for CodelistColumn
impl RefUnwindSafe for CodelistColumn
impl Send for CodelistColumn
impl Sync for CodelistColumn
impl Unpin for CodelistColumn
impl UnsafeUnpin for CodelistColumn
impl UnwindSafe for CodelistColumn
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