Struct criterion_plot::Title
source · [−]pub struct Title(_);
Expand description
Figure title
Trait Implementations
sourceimpl Set<Title> for Properties
impl Set<Title> for Properties
sourcefn set(&mut self, title: Title) -> &mut Properties
fn set(&mut self, title: Title) -> &mut Properties
Sets some property
Auto Trait Implementations
impl RefUnwindSafe for Title
impl Send for Title
impl Sync for Title
impl Unpin for Title
impl UnwindSafe for Title
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more