pub struct HotRule {
pub svc_id: u8,
pub opcode: Option<u8>,
}Expand description
Compiled allowlist rule for Hot Lane.
Fields§
§svc_id: u8§opcode: Option<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for HotRule
impl RefUnwindSafe for HotRule
impl Send for HotRule
impl Sync for HotRule
impl Unpin for HotRule
impl UnwindSafe for HotRule
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