pub enum GeometryCollectionType {
GeometryCollection,
}Expand description
The "GeometryCollection" value of a GeometryCollection’s type member.
Variants§
GeometryCollection
Trait Implementations§
Source§impl Clone for GeometryCollectionType
impl Clone for GeometryCollectionType
Source§fn clone(&self) -> GeometryCollectionType
fn clone(&self) -> GeometryCollectionType
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 GeometryCollectionType
Source§impl Debug for GeometryCollectionType
impl Debug for GeometryCollectionType
Source§impl<'de> Deserialize<'de> for GeometryCollectionType
impl<'de> Deserialize<'de> for GeometryCollectionType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for GeometryCollectionType
Source§impl PartialEq for GeometryCollectionType
impl PartialEq for GeometryCollectionType
Source§impl Serialize for GeometryCollectionType
impl Serialize for GeometryCollectionType
impl StructuralPartialEq for GeometryCollectionType
Auto Trait Implementations§
impl Freeze for GeometryCollectionType
impl RefUnwindSafe for GeometryCollectionType
impl Send for GeometryCollectionType
impl Sync for GeometryCollectionType
impl Unpin for GeometryCollectionType
impl UnsafeUnpin for GeometryCollectionType
impl UnwindSafe for GeometryCollectionType
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