pub enum BuchungsTyp {
Finanzbuchführung,
Jahresabschluss,
}Variants§
Trait Implementations§
Source§impl Clone for BuchungsTyp
impl Clone for BuchungsTyp
Source§fn clone(&self) -> BuchungsTyp
fn clone(&self) -> BuchungsTyp
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BuchungsTyp
impl Debug for BuchungsTyp
Source§impl<'de> Deserialize<'de> for BuchungsTyp
impl<'de> Deserialize<'de> for BuchungsTyp
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
Source§impl PartialEq for BuchungsTyp
impl PartialEq for BuchungsTyp
Source§impl Serialize for BuchungsTyp
impl Serialize for BuchungsTyp
impl Eq for BuchungsTyp
impl StructuralPartialEq for BuchungsTyp
Auto Trait Implementations§
impl Freeze for BuchungsTyp
impl RefUnwindSafe for BuchungsTyp
impl Send for BuchungsTyp
impl Sync for BuchungsTyp
impl Unpin for BuchungsTyp
impl UnwindSafe for BuchungsTyp
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