pub struct RVersion { /* private fields */ }Expand description
An R version encoded in the serializer’s packed major * 65536 + minor * 256 + patch form.
Implementations§
Trait Implementations§
impl Copy for RVersion
impl Eq for RVersion
impl StructuralPartialEq for RVersion
Auto Trait Implementations§
impl Freeze for RVersion
impl RefUnwindSafe for RVersion
impl Send for RVersion
impl Sync for RVersion
impl Unpin for RVersion
impl UnsafeUnpin for RVersion
impl UnwindSafe for RVersion
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