pub struct TraceType(/* private fields */);Implementations§
Source§impl TraceType
impl TraceType
pub const OS: TraceType
pub const STORAGE: TraceType
pub const S3: TraceType
pub const INTERNAL: TraceType
pub const SCANNER: TraceType
pub const DECOMMISSION: TraceType
pub const HEALING: TraceType
pub const BATCH_REPLICATION: TraceType
pub const BATCH_KEY_ROTATION: TraceType
pub const BATCH_EXPIRE: TraceType
pub const REBALANCE: TraceType
pub const REPLICATION_RESYNC: TraceType
pub const BOOTSTRAP: TraceType
pub const FTP: TraceType
pub const ILM: TraceType
pub const ALL: TraceType
pub fn new(t: u64) -> Self
Trait Implementations§
impl Copy for TraceType
Source§impl<'de> Deserialize<'de> for TraceType
impl<'de> Deserialize<'de> for TraceType
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 TraceType
impl RefUnwindSafe for TraceType
impl Send for TraceType
impl Sync for TraceType
impl Unpin for TraceType
impl UnsafeUnpin for TraceType
impl UnwindSafe for TraceType
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