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