pub struct FittedPath { /* private fields */ }Available on crate feature
path only.Expand description
A path and measurements so they don’t need to be recalculated every call to sample
Implementations§
Auto Trait Implementations§
impl Freeze for FittedPath
impl RefUnwindSafe for FittedPath
impl Send for FittedPath
impl Sync for FittedPath
impl Unpin for FittedPath
impl UnsafeUnpin for FittedPath
impl UnwindSafe for FittedPath
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