pub struct PointsPath { /* private fields */ }
Trait Implementations§
Source§impl Debug for PointsPath
impl Debug for PointsPath
Source§impl Default for PointsPath
impl Default for PointsPath
Source§fn default() -> PointsPath
fn default() -> PointsPath
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for PointsPath
impl !RefUnwindSafe for PointsPath
impl !Send for PointsPath
impl !Sync for PointsPath
impl Unpin for PointsPath
impl !UnwindSafe for PointsPath
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