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: String
Implementations§
Trait Implementations§
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 execute in the order seen but before any non-prelude items.impl Eq for FocusFig
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 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