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
impl Copy for GeometryCollectionTag
Source§impl Debug for GeometryCollectionTag
impl Debug for GeometryCollectionTag
Source§impl Default for GeometryCollectionTag
impl Default for GeometryCollectionTag
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