pub struct RCode(/* private fields */);
Expand description
A block of R code
This is a simple wrapper around a string that represents a block of R code, as used in e.g. the Authors@R field.
Trait Implementations§
impl Eq for RCode
impl StructuralPartialEq for RCode
Auto Trait Implementations§
impl Freeze for RCode
impl RefUnwindSafe for RCode
impl Send for RCode
impl Sync for RCode
impl Unpin for RCode
impl UnwindSafe for RCode
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