pub struct Script { /* private fields */ }Expand description
Gnuplot script
Implementations§
Source§impl Script
impl Script
Sourcepub fn add_raw_command(&mut self, command: &str)
pub fn add_raw_command(&mut self, command: &str)
Add command
Sourcepub fn add_command(&mut self, command: impl Command)
pub fn add_command(&mut self, command: impl Command)
Add command
Sourcepub fn get_string(&self) -> String
pub fn get_string(&self) -> String
Get printed script
Source§impl Script
impl Script
pub fn break_command(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Script
impl RefUnwindSafe for Script
impl Send for Script
impl Sync for Script
impl Unpin for Script
impl UnwindSafe for Script
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