pub struct ExtRule {
pub svc: String,
pub msg_type: Option<String>,
}Expand description
Compiled allowlist rule for Ext Lane.
Fields§
§svc: String§msg_type: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtRule
impl RefUnwindSafe for ExtRule
impl Send for ExtRule
impl Sync for ExtRule
impl Unpin for ExtRule
impl UnwindSafe for ExtRule
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