pub enum PathCap {
Flat,
Round,
Extended,
}Variants§
Trait Implementations§
impl Copy for PathCap
impl Eq for PathCap
impl StructuralPartialEq for PathCap
Auto Trait Implementations§
impl Freeze for PathCap
impl RefUnwindSafe for PathCap
impl Send for PathCap
impl Sync for PathCap
impl Unpin for PathCap
impl UnsafeUnpin for PathCap
impl UnwindSafe for PathCap
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