pub struct Rerror {
pub ename: String,
}Available on crate feature
9p only.Fields§
§ename: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Rerror
impl RefUnwindSafe for Rerror
impl Send for Rerror
impl Sync for Rerror
impl Unpin for Rerror
impl UnwindSafe for Rerror
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