pub struct GeometryCollectionTag;Expand description
OGC Geometry Collection identifying tag — boost/geometry/core/tags.hpp:122.
Trait Implementations§
Source§impl Clone for GeometryCollectionTag
impl Clone for GeometryCollectionTag
Source§fn clone(&self) -> GeometryCollectionTag
fn clone(&self) -> GeometryCollectionTag
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 GeometryCollectionTag
Source§impl Debug for GeometryCollectionTag
impl Debug for GeometryCollectionTag
Source§impl Default for GeometryCollectionTag
impl Default for GeometryCollectionTag
Source§fn default() -> GeometryCollectionTag
fn default() -> GeometryCollectionTag
Returns the “default value” for a type. Read more
impl Multi for GeometryCollectionTag
Auto Trait Implementations§
impl Freeze for GeometryCollectionTag
impl RefUnwindSafe for GeometryCollectionTag
impl Send for GeometryCollectionTag
impl Sync for GeometryCollectionTag
impl Unpin for GeometryCollectionTag
impl UnsafeUnpin for GeometryCollectionTag
impl UnwindSafe for GeometryCollectionTag
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