Enum t_rust_less_lib::api::Event [−][src]
pub enum Event { 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
Show fields
Fields of StoreLocked
store_name: String
Implementations
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 Event
impl UnwindSafe for Event
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V