pub struct ZoneError {
pub name: String,
pub reason: String,
}Expand description
A zone that could not be structurally compared (one side failed to compile or decode).
Fields§
§name: String§reason: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ZoneError
impl RefUnwindSafe for ZoneError
impl Send for ZoneError
impl Sync for ZoneError
impl Unpin for ZoneError
impl UnsafeUnpin for ZoneError
impl UnwindSafe for ZoneError
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