pub struct LinestringTag;Expand description
OGC Linestring identifying tag — boost/geometry/core/tags.hpp:94.
Trait Implementations§
Source§impl Clone for LinestringTag
impl Clone for LinestringTag
Source§fn clone(&self) -> LinestringTag
fn clone(&self) -> LinestringTag
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LinestringTag
Source§impl Debug for LinestringTag
impl Debug for LinestringTag
Source§impl Default for LinestringTag
impl Default for LinestringTag
Source§fn default() -> LinestringTag
fn default() -> LinestringTag
Returns the “default value” for a type. Read more
impl Linear for LinestringTag
impl Polylinear for LinestringTag
impl Single for LinestringTag
Auto Trait Implementations§
impl Freeze for LinestringTag
impl RefUnwindSafe for LinestringTag
impl Send for LinestringTag
impl Sync for LinestringTag
impl Unpin for LinestringTag
impl UnsafeUnpin for LinestringTag
impl UnwindSafe for LinestringTag
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