pub struct Node { /* private fields */ }Implementations§
Source§impl Node
impl Node
pub fn color(self, value: impl Color) -> Self
pub fn color_array(self, value: Vec<impl Color>) -> Self
pub fn hover_info(self, value: HoverInfo) -> Self
pub fn hover_label(self, value: Label) -> Self
pub fn hover_template(self, value: impl AsRef<str>) -> Self
pub fn hover_template_array(self, value: Vec<impl AsRef<str>>) -> Self
pub fn line(self, value: Line) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Node
impl !RefUnwindSafe for Node
impl Send for Node
impl Sync for Node
impl Unpin for Node
impl !UnwindSafe for Node
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