pub struct Rversion {
pub msize: u32,
pub version: String,
}
Fields§
§msize: u32
§version: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rversion
impl RefUnwindSafe for Rversion
impl Send for Rversion
impl Sync for Rversion
impl Unpin for Rversion
impl UnwindSafe for Rversion
Blanket Implementations§
Source§impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
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