pub struct GuardZone {
pub name: String,
pub patterns: Vec<String>,
}Expand description
Boundary zone matched by a guard target.
Fields§
§name: StringZone name from the boundary configuration.
patterns: Vec<String>Configured glob patterns that define the zone.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GuardZone
impl RefUnwindSafe for GuardZone
impl Send for GuardZone
impl Sync for GuardZone
impl Unpin for GuardZone
impl UnsafeUnpin for GuardZone
impl UnwindSafe for GuardZone
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