pub struct FocusFig(pub String);Expand description
Set the local variable fig to a different figure.
fig = {0}Prelude: No
JSON data: None
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
impl Eq for FocusFig
Source§impl Matplotlib for FocusFig
impl Matplotlib for FocusFig
Source§fn is_prelude(&self) -> bool
fn is_prelude(&self) -> bool
Return
true if self should be considered as a prelude item, which
are executed in the order seen after imports but before plot
initialization.impl StructuralPartialEq for FocusFig
Auto Trait Implementations§
impl Freeze for FocusFig
impl RefUnwindSafe for FocusFig
impl Send for FocusFig
impl Sync for FocusFig
impl Unpin for FocusFig
impl UnsafeUnpin for FocusFig
impl UnwindSafe for FocusFig
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