pub struct AnalyticsSettings {
pub config: BTreeMap<String, String>,
pub send_page_view: Option<bool>,
}Fields§
§config: BTreeMap<String, String>§send_page_view: Option<bool>Trait Implementations§
Source§impl Clone for AnalyticsSettings
impl Clone for AnalyticsSettings
Source§fn clone(&self) -> AnalyticsSettings
fn clone(&self) -> AnalyticsSettings
Returns a duplicate 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 AnalyticsSettings
impl Debug for AnalyticsSettings
Source§impl Default for AnalyticsSettings
impl Default for AnalyticsSettings
Source§fn default() -> AnalyticsSettings
fn default() -> AnalyticsSettings
Returns the “default value” for a type. Read more
Source§impl PartialEq for AnalyticsSettings
impl PartialEq for AnalyticsSettings
impl Eq for AnalyticsSettings
impl StructuralPartialEq for AnalyticsSettings
Auto Trait Implementations§
impl Freeze for AnalyticsSettings
impl RefUnwindSafe for AnalyticsSettings
impl Send for AnalyticsSettings
impl Sync for AnalyticsSettings
impl Unpin for AnalyticsSettings
impl UnwindSafe for AnalyticsSettings
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.