pub struct ErrorArea {
base: Box,
label: Label,
}
Fields§
§base: Box
§label: Label
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorArea
impl RefUnwindSafe for ErrorArea
impl !Send for ErrorArea
impl !Sync for ErrorArea
impl Unpin for ErrorArea
impl UnwindSafe for ErrorArea
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