pub struct InternalisationData2 {
pub sttld: InternalisationDataVolume1,
pub faild: InternalisationDataVolume1,
pub ttl: InternalisationDataVolume1,
}Fields§
§sttld: InternalisationDataVolume1§faild: InternalisationDataVolume1§ttl: InternalisationDataVolume1Implementations§
Source§impl InternalisationData2
impl InternalisationData2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InternalisationData2
impl RefUnwindSafe for InternalisationData2
impl Send for InternalisationData2
impl Sync for InternalisationData2
impl Unpin for InternalisationData2
impl UnwindSafe for InternalisationData2
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