pub struct SinkOtelV1Config {
pub url: String,
}
Fields§
§url: String
Implementations§
Source§impl SinkOtelV1Config
impl SinkOtelV1Config
pub fn new(url: String) -> SinkOtelV1Config
Trait Implementations§
Source§impl Clone for SinkOtelV1Config
impl Clone for SinkOtelV1Config
Source§fn clone(&self) -> SinkOtelV1Config
fn clone(&self) -> SinkOtelV1Config
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 SinkOtelV1Config
impl Debug for SinkOtelV1Config
Source§impl Default for SinkOtelV1Config
impl Default for SinkOtelV1Config
Source§fn default() -> SinkOtelV1Config
fn default() -> SinkOtelV1Config
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SinkOtelV1Config
impl<'de> Deserialize<'de> for SinkOtelV1Config
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 SinkOtelV1Config
impl PartialEq for SinkOtelV1Config
Source§impl Serialize for SinkOtelV1Config
impl Serialize for SinkOtelV1Config
impl StructuralPartialEq for SinkOtelV1Config
Auto Trait Implementations§
impl Freeze for SinkOtelV1Config
impl RefUnwindSafe for SinkOtelV1Config
impl Send for SinkOtelV1Config
impl Sync for SinkOtelV1Config
impl Unpin for SinkOtelV1Config
impl UnwindSafe for SinkOtelV1Config
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