pub struct GisbErrorInfo {
pub address: u64,
pub master: Option<u32>,
pub is_write: bool,
pub is_timeout: bool,
pub is_tea: bool,
}Fields§
§address: u64§master: Option<u32>§is_write: bool§is_timeout: bool§is_tea: boolAuto Trait Implementations§
impl Freeze for GisbErrorInfo
impl RefUnwindSafe for GisbErrorInfo
impl Send for GisbErrorInfo
impl Sync for GisbErrorInfo
impl Unpin for GisbErrorInfo
impl UnsafeUnpin for GisbErrorInfo
impl UnwindSafe for GisbErrorInfo
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