pub enum DiagnosticZoneError {
Empty,
TooLong,
Unsafe,
}Variants§
Trait Implementations§
Source§impl Clone for DiagnosticZoneError
impl Clone for DiagnosticZoneError
impl Copy for DiagnosticZoneError
Source§impl Debug for DiagnosticZoneError
impl Debug for DiagnosticZoneError
impl Eq for DiagnosticZoneError
Source§impl PartialEq for DiagnosticZoneError
impl PartialEq for DiagnosticZoneError
impl StructuralPartialEq for DiagnosticZoneError
Auto Trait Implementations§
impl Freeze for DiagnosticZoneError
impl RefUnwindSafe for DiagnosticZoneError
impl Send for DiagnosticZoneError
impl Sync for DiagnosticZoneError
impl Unpin for DiagnosticZoneError
impl UnsafeUnpin for DiagnosticZoneError
impl UnwindSafe for DiagnosticZoneError
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