pub struct Progress { /* private fields */ }
Implementations§
Source§impl Progress
impl Progress
pub fn new( period: Duration, message: Vec<Variable>, position: Option<Position>, ) -> Self
pub fn period(&self) -> Duration
pub fn message(&self) -> &Vec<Variable>
pub fn position(&self) -> Option<Position>
pub fn resolve_type( &mut self, map: &HashMap<String, TypeId>, ) -> Result<(), RlError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Progress
impl RefUnwindSafe for Progress
impl Send for Progress
impl Sync for Progress
impl Unpin for Progress
impl UnwindSafe for Progress
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