pub struct RpCode {
pub context: RpContext,
pub lines: Vec<String>,
}
Fields§
§context: RpContext
§lines: Vec<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RpCode
impl RefUnwindSafe for RpCode
impl Send for RpCode
impl Sync for RpCode
impl Unpin for RpCode
impl UnwindSafe for RpCode
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