pub struct DefPrelude;
Expand description
Default list of imports and library setup, not including rcParams
.
This is automatically added to a Mpl
when it’s run if
no other commands are present for which Matplotlib::is_prelude
equals
true
.
See PRELUDE
.
Prelude: Yes
JSON data: None
Trait Implementations§
source§impl Clone for DefPrelude
impl Clone for DefPrelude
source§fn clone(&self) -> DefPrelude
fn clone(&self) -> DefPrelude
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DefPrelude
impl Debug for DefPrelude
source§impl Matplotlib for DefPrelude
impl Matplotlib for DefPrelude
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.source§impl PartialEq for DefPrelude
impl PartialEq for DefPrelude
impl Copy for DefPrelude
impl Eq for DefPrelude
impl StructuralPartialEq for DefPrelude
Auto Trait Implementations§
impl Freeze for DefPrelude
impl RefUnwindSafe for DefPrelude
impl Send for DefPrelude
impl Sync for DefPrelude
impl Unpin for DefPrelude
impl UnwindSafe for DefPrelude
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)