pub struct FocusIm(pub String);
Expand description
Set the local variable im
to a different colorbar.
im = {0}
Prelude: No
JSON data: None
Tuple Fields§
§0: String
Implementations§
Trait Implementations§
Source§impl Matplotlib for FocusIm
impl Matplotlib for FocusIm
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 FocusIm
impl StructuralPartialEq for FocusIm
Auto Trait Implementations§
impl Freeze for FocusIm
impl RefUnwindSafe for FocusIm
impl Send for FocusIm
impl Sync for FocusIm
impl Unpin for FocusIm
impl UnwindSafe for FocusIm
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