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