Struct msg_store::StoreError
source · [−]pub struct StoreError {
pub err_ty: StoreErrorTy,
pub file: &'static str,
pub line: u32,
pub msg: Option<String>,
}Fields
err_ty: StoreErrorTyfile: &'static strline: u32msg: Option<String>Trait Implementations
sourceimpl Debug for StoreError
impl Debug for StoreError
Auto Trait Implementations
impl RefUnwindSafe for StoreError
impl Send for StoreError
impl Sync for StoreError
impl Unpin for StoreError
impl UnwindSafe for StoreError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more