pub(crate) struct BifError {
pub(crate) msg: String,
pub(crate) file: String,
pub(crate) name: String,
pub(crate) src: String,
}
Fields§
§msg: String
§file: String
§name: String
§src: String
Auto Trait Implementations§
impl Freeze for BifError
impl RefUnwindSafe for BifError
impl Send for BifError
impl Sync for BifError
impl Unpin for BifError
impl UnwindSafe for BifError
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