pub struct Run { /* private fields */ }Implementations§
Source§impl Run
impl Run
pub fn get_text(&self) -> &str
pub fn set_text<S: Into<String>>(&mut self, value: S)
pub fn get_run_properties(&self) -> &RunProperties
pub fn get_run_properties_mut(&mut self) -> &mut RunProperties
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 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