Struct reductionml_core::reduction::DepthInfo
source · pub struct DepthInfo { /* private fields */ }
Auto Trait Implementations§
impl RefUnwindSafe for DepthInfo
impl Send for DepthInfo
impl Sync for DepthInfo
impl Unpin for DepthInfo
impl UnwindSafe for DepthInfo
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