Struct matplotlib::commands::SupTitle
source · pub struct SupTitle {
pub s: String,
pub opts: Vec<Opt>,
}Expand description
Set the title of the figure.
fig.suptitle({s}, **{opts})
Prelude: No
JSON data: None
Fields§
§s: StringFigure title.
opts: Vec<Opt>Optional keyword arguments.
Implementations§
Trait Implementations§
source§impl Matplotlib for SupTitle
impl Matplotlib for SupTitle
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.source§impl MatplotlibOpts for SupTitle
impl MatplotlibOpts for SupTitle
impl StructuralPartialEq for SupTitle
Auto Trait Implementations§
impl Freeze for SupTitle
impl RefUnwindSafe for SupTitle
impl Send for SupTitle
impl Sync for SupTitle
impl Unpin for SupTitle
impl UnwindSafe for SupTitle
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)