pub struct PostHogConfig {
pub api_key: String,
pub api_endpoint: String,
pub request_timeout_seconds: u64,
}Fields§
§api_key: String§api_endpoint: String§request_timeout_seconds: u64Trait Implementations§
Source§impl Clone for PostHogConfig
impl Clone for PostHogConfig
Source§fn clone(&self) -> PostHogConfig
fn clone(&self) -> PostHogConfig
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 PostHogConfig
impl Debug for PostHogConfig
Source§impl Default for PostHogConfig
impl Default for PostHogConfig
Source§impl<'de> Deserialize<'de> for PostHogConfig
impl<'de> Deserialize<'de> for PostHogConfig
Source§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 Freeze for PostHogConfig
impl RefUnwindSafe for PostHogConfig
impl Send for PostHogConfig
impl Sync for PostHogConfig
impl Unpin for PostHogConfig
impl UnwindSafe for PostHogConfig
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