pub struct AccTrace<const S: bool, T: TraceValue, const N: usize>{ /* private fields */ }Implementations§
Trait Implementations§
impl<const S: bool, T: Copy + TraceValue, const N: usize> Copy for AccTrace<S, T, N>
Auto Trait Implementations§
impl<const S: bool, T, const N: usize> !Freeze for AccTrace<S, T, N>
impl<const S: bool, T, const N: usize> !RefUnwindSafe for AccTrace<S, T, N>
impl<const S: bool, T, const N: usize> !Send for AccTrace<S, T, N>
impl<const S: bool, T, const N: usize> !Sync for AccTrace<S, T, N>
impl<const S: bool, T, const N: usize> !Unpin for AccTrace<S, T, N>
impl<const S: bool, T, const N: usize> !UnwindSafe for AccTrace<S, T, N>
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