pub struct GdalMetadataMapping {
pub source_key: Box<RasterPropertiesKey>,
pub target_key: Box<RasterPropertiesKey>,
pub target_type: RasterPropertiesEntryType,
}Fields§
§source_key: Box<RasterPropertiesKey>§target_key: Box<RasterPropertiesKey>§target_type: RasterPropertiesEntryTypeImplementations§
Source§impl GdalMetadataMapping
impl GdalMetadataMapping
pub fn new( source_key: RasterPropertiesKey, target_key: RasterPropertiesKey, target_type: RasterPropertiesEntryType, ) -> GdalMetadataMapping
Trait Implementations§
Source§impl Clone for GdalMetadataMapping
impl Clone for GdalMetadataMapping
Source§fn clone(&self) -> GdalMetadataMapping
fn clone(&self) -> GdalMetadataMapping
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 moreSource§impl Debug for GdalMetadataMapping
impl Debug for GdalMetadataMapping
Source§impl Default for GdalMetadataMapping
impl Default for GdalMetadataMapping
Source§fn default() -> GdalMetadataMapping
fn default() -> GdalMetadataMapping
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GdalMetadataMapping
impl<'de> Deserialize<'de> for GdalMetadataMapping
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
Source§impl PartialEq for GdalMetadataMapping
impl PartialEq for GdalMetadataMapping
Source§fn eq(&self, other: &GdalMetadataMapping) -> bool
fn eq(&self, other: &GdalMetadataMapping) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GdalMetadataMapping
impl Serialize for GdalMetadataMapping
impl StructuralPartialEq for GdalMetadataMapping
Auto Trait Implementations§
impl Freeze for GdalMetadataMapping
impl RefUnwindSafe for GdalMetadataMapping
impl Send for GdalMetadataMapping
impl Sync for GdalMetadataMapping
impl Unpin for GdalMetadataMapping
impl UnsafeUnpin for GdalMetadataMapping
impl UnwindSafe for GdalMetadataMapping
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