pub struct AuthorityEntry {
pub path: Vec<String>,
pub category: String,
pub risk: String,
pub description: String,
}Expand description
A custom authority pattern from [[authority]] in .capsec.toml.
Fields§
§path: Vec<String>§category: String§risk: String§description: StringTrait Implementations§
Source§impl Debug for AuthorityEntry
impl Debug for AuthorityEntry
Source§impl<'de> Deserialize<'de> for AuthorityEntry
impl<'de> Deserialize<'de> for AuthorityEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AuthorityEntry
impl RefUnwindSafe for AuthorityEntry
impl Send for AuthorityEntry
impl Sync for AuthorityEntry
impl Unpin for AuthorityEntry
impl UnsafeUnpin for AuthorityEntry
impl UnwindSafe for AuthorityEntry
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