pub struct LimitReport8 {
pub lmt_id: LimitIdentification8,
pub lmt_or_err: LimitOrError4Choice,
}Fields§
§lmt_id: LimitIdentification8§lmt_or_err: LimitOrError4ChoiceImplementations§
Source§impl LimitReport8
impl LimitReport8
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for LimitReport8
impl RefUnwindSafe for LimitReport8
impl Send for LimitReport8
impl Sync for LimitReport8
impl Unpin for LimitReport8
impl UnwindSafe for LimitReport8
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