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