pub struct GuardArgs {
pub selector: String,
pub id: String,
pub target: Option<String>,
pub counter_test: String,
pub platforms: Vec<String>,
pub triggered_by: Vec<String>,
pub surfaces: Vec<String>,
pub verified_at_sha: Option<String>,
pub blame: Option<String>,
pub authority: Option<String>,
}Fields§
§selector: String§id: String§target: Option<String>§counter_test: String§platforms: Vec<String>§triggered_by: Vec<String>§surfaces: Vec<String>§verified_at_sha: Option<String>§blame: Option<String>Auto Trait Implementations§
impl Freeze for GuardArgs
impl RefUnwindSafe for GuardArgs
impl Send for GuardArgs
impl Sync for GuardArgs
impl Unpin for GuardArgs
impl UnsafeUnpin for GuardArgs
impl UnwindSafe for GuardArgs
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