#[repr(transparent)]pub struct CausalityTraceLevel(pub i32);
Expand description
Required features: ‘Foundation_Diagnostics’
Tuple Fields
0: i32
Implementations
impl CausalityTraceLevel
impl CausalityTraceLevel
Trait Implementations
impl Clone for CausalityTraceLevel
impl Clone for CausalityTraceLevel
impl Copy for CausalityTraceLevel
Auto Trait Implementations
impl RefUnwindSafe for CausalityTraceLevel
impl Send for CausalityTraceLevel
impl Sync for CausalityTraceLevel
impl Unpin for CausalityTraceLevel
impl UnwindSafe for CausalityTraceLevel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more