pub struct GeneralError {
pub description: String,
}
Fields§
§description: String
Auto Trait Implementations§
impl Freeze for GeneralError
impl RefUnwindSafe for GeneralError
impl Send for GeneralError
impl Sync for GeneralError
impl Unpin for GeneralError
impl UnwindSafe for GeneralError
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