pub struct BikoId(/* private fields */);Expand description
Bilanzkoordinator-ID (BIKO).
Identifies the Bilanzkoordinator in MaBiS processes. The BIKO is the
central actor in Bilanzkreisabrechnung Strom: it assigns every
Datenstatus (BK6-24-174 Anlage 3 Kap. 3.8.3), sends the
Abrechnungssummenzeitreihe to BKV, NB and ÜNB, and forwards the
Prüfmitteilung between them.
The Prüfmitteilung itself carries no Frist — Kap. 9.8.2 Nr. 1 leaves
the cell empty and the receiving party „kann“ answer. What bounds it is
the clearing window of Kap. 3.10 Tabelle 2. The two genuine 1-Werktag
obligations are the BIKO’s own: forwarding a Prüfmitteilung (Kap. 9.8.2
Nr. 3) and dispatching the Datenstatus (Kap. 9.9.2 Nr. 1). See
mako_mabis::fristen.
Bilanzkoordinator-ID — balance coordinator identifier (BIKO)
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BikoId
impl<'de> Deserialize<'de> for BikoId
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 BikoId
Source§impl Ord for BikoId
impl Ord for BikoId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for BikoId
impl PartialOrd for BikoId
impl StructuralPartialEq for BikoId
Auto Trait Implementations§
impl Freeze for BikoId
impl RefUnwindSafe for BikoId
impl Send for BikoId
impl Sync for BikoId
impl Unpin for BikoId
impl UnsafeUnpin for BikoId
impl UnwindSafe for BikoId
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