pub struct DefInit;
Expand description
Trait Implementations§
Source§impl Matplotlib for DefInit
impl Matplotlib for DefInit
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 Copy for DefInit
impl Eq for DefInit
impl StructuralPartialEq for DefInit
Auto Trait Implementations§
impl Freeze for DefInit
impl RefUnwindSafe for DefInit
impl Send for DefInit
impl Sync for DefInit
impl Unpin for DefInit
impl UnwindSafe for DefInit
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