pub struct LogfireConfig {
pub endpoint: Cow<'static, str>,
pub write_token: String,
}Fields§
§endpoint: Cow<'static, str>§write_token: StringTrait Implementations§
Source§impl Clone for LogfireConfig
impl Clone for LogfireConfig
Source§fn clone(&self) -> LogfireConfig
fn clone(&self) -> LogfireConfig
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<'de> Deserialize<'de> for LogfireConfig
impl<'de> Deserialize<'de> for LogfireConfig
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
Source§impl PartialEq for LogfireConfig
impl PartialEq for LogfireConfig
Source§impl Serialize for LogfireConfig
impl Serialize for LogfireConfig
impl Eq for LogfireConfig
impl StructuralPartialEq for LogfireConfig
Auto Trait Implementations§
impl Freeze for LogfireConfig
impl RefUnwindSafe for LogfireConfig
impl Send for LogfireConfig
impl Sync for LogfireConfig
impl Unpin for LogfireConfig
impl UnwindSafe for LogfireConfig
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