Enum t_rust_less_lib::api::EventData [−][src]
pub enum EventData { StoreUnlocked { store_name: String, identity: Identity, }, StoreLocked { store_name: String, }, SecretOpened { store_name: String, identity: Identity, secret_id: String, }, SecretVersionAdded { store_name: String, identity: Identity, secret_id: String, }, IdentityAdded { store_name: String, identity: Identity, }, ClipboardProviding { store_name: String, block_id: String, property: String, }, ClipboardDone, }
Variants
Fields of StoreLocked
store_name: String
Trait Implementations
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 RefUnwindSafe for EventData
impl UnwindSafe for EventData
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self