Struct GeometryAttr
pub struct GeometryAttr {
pub srid: Option<u32>,
}Fields§
§srid: Option<u32>Implementations§
§impl GeometryAttr
impl GeometryAttr
Trait Implementations§
§impl Clone for GeometryAttr
impl Clone for GeometryAttr
§fn clone(&self) -> GeometryAttr
fn clone(&self) -> GeometryAttr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for GeometryAttr
impl Debug for GeometryAttr
§impl Default for GeometryAttr
impl Default for GeometryAttr
§fn default() -> GeometryAttr
fn default() -> GeometryAttr
Returns the “default value” for a type. Read more
§impl PartialEq for GeometryAttr
impl PartialEq for GeometryAttr
impl StructuralPartialEq for GeometryAttr
Auto Trait Implementations§
impl Freeze for GeometryAttr
impl RefUnwindSafe for GeometryAttr
impl Send for GeometryAttr
impl Sync for GeometryAttr
impl Unpin for GeometryAttr
impl UnwindSafe for GeometryAttr
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