pub struct ProfileSinkConfig {
pub jsonl_path: Option<PathBuf>,
pub metadata: ProfileMetadata,
}Fields§
§jsonl_path: Option<PathBuf>§metadata: ProfileMetadataImplementations§
Trait Implementations§
Source§impl Clone for ProfileSinkConfig
impl Clone for ProfileSinkConfig
Source§fn clone(&self) -> ProfileSinkConfig
fn clone(&self) -> ProfileSinkConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProfileSinkConfig
impl Debug for ProfileSinkConfig
Source§impl<'de> Deserialize<'de> for ProfileSinkConfig
impl<'de> Deserialize<'de> for ProfileSinkConfig
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 ProfileSinkConfig
impl PartialEq for ProfileSinkConfig
Source§fn eq(&self, other: &ProfileSinkConfig) -> bool
fn eq(&self, other: &ProfileSinkConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProfileSinkConfig
impl Serialize for ProfileSinkConfig
impl StructuralPartialEq for ProfileSinkConfig
Auto Trait Implementations§
impl Freeze for ProfileSinkConfig
impl RefUnwindSafe for ProfileSinkConfig
impl Send for ProfileSinkConfig
impl Sync for ProfileSinkConfig
impl Unpin for ProfileSinkConfig
impl UnsafeUnpin for ProfileSinkConfig
impl UnwindSafe for ProfileSinkConfig
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