pub struct HumanRequired {
pub actions: Vec<String>,
pub risk_levels: Vec<String>,
}Fields§
§actions: Vec<String>§risk_levels: Vec<String>Trait Implementations§
Source§impl Debug for HumanRequired
impl Debug for HumanRequired
Source§impl<'de> Deserialize<'de> for HumanRequired
impl<'de> Deserialize<'de> for HumanRequired
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 HumanRequired
impl RefUnwindSafe for HumanRequired
impl Send for HumanRequired
impl Sync for HumanRequired
impl Unpin for HumanRequired
impl UnsafeUnpin for HumanRequired
impl UnwindSafe for HumanRequired
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