pub struct Meanline<'a> { /* private fields */ }
Implementations§
Source§impl<'a> Meanline<'a>
impl<'a> Meanline<'a>
Sourcepub fn visible(&mut self, visible: bool) -> &mut Self
pub fn visible(&mut self, visible: bool) -> &mut Self
Determines if a line corresponding to the sample’s mean is shown inside the violins. If box.visible
is turned on, the mean line is drawn inside the inner box. Otherwise, the mean line is drawn from one side of the violin to other.
default: false
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Meanline<'a>
impl<'a> RefUnwindSafe for Meanline<'a>
impl<'a> Send for Meanline<'a>
impl<'a> Sync for Meanline<'a>
impl<'a> Unpin for Meanline<'a>
impl<'a> UnwindSafe for Meanline<'a>
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