pub struct MetricsPath { /* private fields */ }
Implementations§
Source§impl MetricsPath
impl MetricsPath
pub fn new(command_path: &CommandPath) -> Self
pub fn compute_length(&mut self) -> f32
pub fn trimmed( &self, builder: &mut CommandPathBuilder, start_len: f32, end_len: f32, move_to: bool, )
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetricsPath
impl RefUnwindSafe for MetricsPath
impl Send for MetricsPath
impl Sync for MetricsPath
impl Unpin for MetricsPath
impl UnwindSafe for MetricsPath
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