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 calculates and sends
the Abrechnungssummenzeitreihe to BKV, NB, and ÜNB, and receives
the Prüfmitteilung back from BKV. The BKV must respond with a
Prüfmitteilung within 1 Werktag of receiving the Abrechnungs-
summenzeitreihe (MaBiS BK6-24-174, §13.8).
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
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