pub struct Prelude(pub String);
Expand description
Direct injection of arbitrary Python into the prelude.
See Raw
for main body code.
Prelude: Yes
JSON data: None
Tuple Fields§
§0: String
Implementations§
Trait Implementations§
Source§impl Matplotlib for Prelude
impl Matplotlib for Prelude
Source§fn is_prelude(&self) -> bool
fn is_prelude(&self) -> bool
Return
true
if self
should be considered as a prelude item, which
are execute in the order seen but before any non-prelude items.impl Eq for Prelude
impl StructuralPartialEq for Prelude
Auto Trait Implementations§
impl Freeze for Prelude
impl RefUnwindSafe for Prelude
impl Send for Prelude
impl Sync for Prelude
impl Unpin for Prelude
impl UnwindSafe for Prelude
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