pub struct Run { /* private fields */ }Implementations§
Source§impl Run
impl Run
pub fn text(&self) -> &str
pub fn get_text(&self) -> &str
👎Deprecated since 3.0.0:
Use text()
pub fn set_text<S: Into<String>>(&mut self, value: S)
pub fn run_properties(&self) -> &RunProperties
pub fn get_run_properties(&self) -> &RunProperties
👎Deprecated since 3.0.0:
Use run_properties()
pub fn run_properties_mut(&mut self) -> &mut RunProperties
pub fn get_run_properties_mut(&mut self) -> &mut RunProperties
👎Deprecated since 3.0.0:
Use run_properties_mut()
pub fn set_run_properties(&mut self, value: RunProperties)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Run
impl RefUnwindSafe for Run
impl Send for Run
impl Sync for Run
impl Unpin for Run
impl UnsafeUnpin for Run
impl UnwindSafe for Run
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