pub enum DebugType {
Error,
DeprecatedBehavior,
UndefinedBehavior,
Portability,
Performance,
Marker,
PushGroup,
PopGroup,
Other,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugType
impl RefUnwindSafe for DebugType
impl Send for DebugType
impl Sync for DebugType
impl Unpin for DebugType
impl UnwindSafe for DebugType
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