pub enum Stackgaps {
InferZero,
Interpolate,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Stackgaps
impl RefUnwindSafe for Stackgaps
impl Send for Stackgaps
impl Sync for Stackgaps
impl Unpin for Stackgaps
impl UnwindSafe for Stackgaps
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