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