pub enum KostenblattDocType {
Kostenblatt,
}Expand description
DocumentType for Kostenblatt (always Z05).
Variants§
Kostenblatt
Cost sheet (Kostenblatt).
Trait Implementations§
Source§impl Clone for KostenblattDocType
impl Clone for KostenblattDocType
Source§fn clone(&self) -> KostenblattDocType
fn clone(&self) -> KostenblattDocType
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 KostenblattDocType
Source§impl Debug for KostenblattDocType
impl Debug for KostenblattDocType
Source§impl<'de> Deserialize<'de> for KostenblattDocType
impl<'de> Deserialize<'de> for KostenblattDocType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for KostenblattDocType
Source§impl Hash for KostenblattDocType
impl Hash for KostenblattDocType
Source§impl PartialEq for KostenblattDocType
impl PartialEq for KostenblattDocType
Source§fn eq(&self, other: &KostenblattDocType) -> bool
fn eq(&self, other: &KostenblattDocType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for KostenblattDocType
impl Serialize for KostenblattDocType
impl StructuralPartialEq for KostenblattDocType
Auto Trait Implementations§
impl Freeze for KostenblattDocType
impl RefUnwindSafe for KostenblattDocType
impl Send for KostenblattDocType
impl Sync for KostenblattDocType
impl Unpin for KostenblattDocType
impl UnsafeUnpin for KostenblattDocType
impl UnwindSafe for KostenblattDocType
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