pub struct GeoidModel {
pub name: String,
pub identifiers: Vec<Identifier>,
}Expand description
A reference to a geoid model associated with a vertical CRS.
WKT2 keyword: GEOIDMODEL.
Fields§
§name: StringThe name of the geoid model.
identifiers: Vec<Identifier>Identifiers for this geoid model.
Trait Implementations§
Source§impl Clone for GeoidModel
impl Clone for GeoidModel
Source§fn clone(&self) -> GeoidModel
fn clone(&self) -> GeoidModel
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 GeoidModel
impl Debug for GeoidModel
Source§impl Display for GeoidModel
impl Display for GeoidModel
Source§impl PartialEq for GeoidModel
impl PartialEq for GeoidModel
impl StructuralPartialEq for GeoidModel
Auto Trait Implementations§
impl Freeze for GeoidModel
impl RefUnwindSafe for GeoidModel
impl Send for GeoidModel
impl Sync for GeoidModel
impl Unpin for GeoidModel
impl UnsafeUnpin for GeoidModel
impl UnwindSafe for GeoidModel
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