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