pub struct WireError {
pub code: &'static str,
pub message: String,
}Fields§
§code: &'static str§message: StringImplementations§
Trait Implementations§
Source§impl From<ExeoraError> for WireError
impl From<ExeoraError> for WireError
Source§fn from(error: ExeoraError) -> Self
fn from(error: ExeoraError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WireError
impl RefUnwindSafe for WireError
impl Send for WireError
impl Sync for WireError
impl Unpin for WireError
impl UnsafeUnpin for WireError
impl UnwindSafe for WireError
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