pub struct RcParam {
pub key: String,
pub val: PyValue,
}
Expand description
Fields§
§key: String
Key in matplotlib.pyplot.rcParams
.
val: PyValue
Value setting.
Implementations§
Trait Implementations§
Source§impl Matplotlib for RcParam
impl Matplotlib for RcParam
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 StructuralPartialEq for RcParam
Auto Trait Implementations§
impl Freeze for RcParam
impl RefUnwindSafe for RcParam
impl Send for RcParam
impl Sync for RcParam
impl Unpin for RcParam
impl UnwindSafe for RcParam
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