pub struct SecAction {
pub actions: Vec<Action>,
pub location: SourceLocation,
}Expand description
A SecAction directive.
Fields§
§actions: Vec<Action>Actions to execute.
location: SourceLocationSource location for error reporting.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecAction
impl RefUnwindSafe for SecAction
impl Send for SecAction
impl Sync for SecAction
impl Unpin for SecAction
impl UnwindSafe for SecAction
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