Struct t_rust_less_lib::service::local::LocalTrustlessService [−][src]
pub struct LocalTrustlessService { /* fields omitted */ }
Implementations
Trait Implementations
List all store configurations
Create or update a store configuration
Delete a store configuration (This will only delete the configuration, the store itself will be left untouched) Read more
Open a store
Get the name of the store that should be opened by default
Set the name of the store that should be opened by default
fn secret_to_clipboard(
&self,
store_name: &str,
block_id: &str,
properties: &[&str],
display_name: &str
) -> ServiceResult<Arc<dyn ClipboardControl>>
fn add_event_handler(
&self,
handler: Box<dyn EventHandler>
) -> ServiceResult<Box<dyn EventSubscription>>
Auto Trait Implementations
impl RefUnwindSafe for LocalTrustlessService
impl !Send for LocalTrustlessService
impl !Sync for LocalTrustlessService
impl Unpin for LocalTrustlessService
impl UnwindSafe for LocalTrustlessService