pub struct PolyLineShape { /* private fields */ }Implementations§
Source§impl PolyLineShape
impl PolyLineShape
pub fn parse(content: &[u8]) -> PolyLineShape
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PolyLineShape
impl RefUnwindSafe for PolyLineShape
impl Send for PolyLineShape
impl Sync for PolyLineShape
impl Unpin for PolyLineShape
impl UnwindSafe for PolyLineShape
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