Struct tauri_plugin_aptabase::Builder
source · pub struct Builder { /* private fields */ }Expand description
The Aptabase Plugin builder
Implementations§
source§impl Builder
impl Builder
sourcepub fn with_options(self, opts: InitOptions) -> Self
pub fn with_options(self, opts: InitOptions) -> Self
Sets custom topions to use for the Aptabase client.
sourcepub fn with_panic_hook(self, hook: PanicHook) -> Self
pub fn with_panic_hook(self, hook: PanicHook) -> Self
Sets a custom panic hook.
sourcepub fn build<R: Runtime>(self) -> TauriPlugin<R>
pub fn build<R: Runtime>(self) -> TauriPlugin<R>
Builds and initializes the plugin
Auto Trait Implementations§
impl !RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl !UnwindSafe for Builder
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