pub enum ExportDetail {
Spans,
Traces,
}Expand description
The grain an export is written at.
Variants§
Trait Implementations§
Source§impl Clone for ExportDetail
impl Clone for ExportDetail
Source§fn clone(&self) -> ExportDetail
fn clone(&self) -> ExportDetail
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 ContractEnum for ExportDetail
impl ContractEnum for ExportDetail
Source§const DECLARED_BY: &'static [(&'static str, &'static str)]
const DECLARED_BY: &'static [(&'static str, &'static str)]
Where the contract declares this set:
(operationId, parameter), once
per operation that takes it.impl Copy for ExportDetail
Source§impl Debug for ExportDetail
impl Debug for ExportDetail
Source§impl<'de> Deserialize<'de> for ExportDetail
impl<'de> Deserialize<'de> for ExportDetail
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
impl Eq for ExportDetail
Source§impl PartialEq for ExportDetail
impl PartialEq for ExportDetail
Source§impl Serialize for ExportDetail
impl Serialize for ExportDetail
impl StructuralPartialEq for ExportDetail
Auto Trait Implementations§
impl Freeze for ExportDetail
impl RefUnwindSafe for ExportDetail
impl Send for ExportDetail
impl Sync for ExportDetail
impl Unpin for ExportDetail
impl UnsafeUnpin for ExportDetail
impl UnwindSafe for ExportDetail
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.