pub struct PyScript {
    pub filename: Str,
    pub code: String,
}Fields§
§filename: Str§code: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for PyScript
impl RefUnwindSafe for PyScript
impl Send for PyScript
impl Sync for PyScript
impl Unpin for PyScript
impl UnwindSafe for PyScript
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