Struct tauri_plugin_aptabase::InitOptions
source · pub struct InitOptions {
pub host: Option<String>,
pub flush_interval: Option<Duration>,
}Fields§
§host: Option<String>§flush_interval: Option<Duration>Trait Implementations§
source§impl Clone for InitOptions
impl Clone for InitOptions
source§fn clone(&self) -> InitOptions
fn clone(&self) -> InitOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for InitOptions
impl Debug for InitOptions
source§impl Default for InitOptions
impl Default for InitOptions
source§fn default() -> InitOptions
fn default() -> InitOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for InitOptions
impl Send for InitOptions
impl Sync for InitOptions
impl Unpin for InitOptions
impl UnwindSafe for InitOptions
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