pub struct InternalisationData1 {
pub aggt: InternalisationData2,
pub faild_rate: InternalisationDataRate1,
}Fields§
§aggt: InternalisationData2§faild_rate: InternalisationDataRate1Implementations§
Source§impl InternalisationData1
impl InternalisationData1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InternalisationData1
impl RefUnwindSafe for InternalisationData1
impl Send for InternalisationData1
impl Sync for InternalisationData1
impl Unpin for InternalisationData1
impl UnwindSafe for InternalisationData1
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