Struct shenyu_client_rust::error::ShenYuError
source · pub struct ShenYuError {
pub code: i32,
pub message: String,
}Fields§
§code: i32§message: StringImplementations§
Trait Implementations§
source§impl Debug for ShenYuError
impl Debug for ShenYuError
Auto Trait Implementations§
impl Freeze for ShenYuError
impl RefUnwindSafe for ShenYuError
impl Send for ShenYuError
impl Sync for ShenYuError
impl Unpin for ShenYuError
impl UnwindSafe for ShenYuError
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