Enum cargo_lambda_metadata::lambda::Tracing
source · pub enum Tracing {
Active,
PassThrough,
}Variants
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Tracing
impl<'de> Deserialize<'de> for Tracing
sourcefn deserialize<D>(deserializer: D) -> Result<Tracing, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Tracing, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Tracing
impl StructuralEq for Tracing
impl StructuralPartialEq for Tracing
Auto Trait Implementations
impl RefUnwindSafe for Tracing
impl Send for Tracing
impl Sync for Tracing
impl Unpin for Tracing
impl UnwindSafe for Tracing
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more