pub struct GeometryAttr {
pub srid: Option<u32>,
}Available on crate features
mysql and def only.Fields§
§srid: Option<u32>Implementations§
Trait Implementations§
Source§impl Clone for GeometryAttr
impl Clone for GeometryAttr
Source§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 moreSource§impl Debug for GeometryAttr
impl Debug for GeometryAttr
Source§impl Default for GeometryAttr
impl Default for GeometryAttr
Source§fn default() -> GeometryAttr
fn default() -> GeometryAttr
Returns the “default value” for a type. Read more
Source§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