pub struct NetCdfCfDataProviderDefinition {
pub cache_ttl: Option<i32>,
pub data: String,
pub description: String,
pub name: String,
pub overviews: String,
pub priority: Option<Option<i32>>,
pub type: Type,
}Fields§
§cache_ttl: Option<i32>§data: StringPath were the NetCDF data can be found
description: String§name: String§overviews: StringPath were overview files are stored
priority: Option<Option<i32>>§type: TypeImplementations§
Trait Implementations§
Source§impl Clone for NetCdfCfDataProviderDefinition
impl Clone for NetCdfCfDataProviderDefinition
Source§fn clone(&self) -> NetCdfCfDataProviderDefinition
fn clone(&self) -> NetCdfCfDataProviderDefinition
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 Default for NetCdfCfDataProviderDefinition
impl Default for NetCdfCfDataProviderDefinition
Source§fn default() -> NetCdfCfDataProviderDefinition
fn default() -> NetCdfCfDataProviderDefinition
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NetCdfCfDataProviderDefinition
impl<'de> Deserialize<'de> for NetCdfCfDataProviderDefinition
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 NetCdfCfDataProviderDefinition
impl PartialEq for NetCdfCfDataProviderDefinition
Source§fn eq(&self, other: &NetCdfCfDataProviderDefinition) -> bool
fn eq(&self, other: &NetCdfCfDataProviderDefinition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NetCdfCfDataProviderDefinition
Auto Trait Implementations§
impl Freeze for NetCdfCfDataProviderDefinition
impl RefUnwindSafe for NetCdfCfDataProviderDefinition
impl Send for NetCdfCfDataProviderDefinition
impl Sync for NetCdfCfDataProviderDefinition
impl Unpin for NetCdfCfDataProviderDefinition
impl UnsafeUnpin for NetCdfCfDataProviderDefinition
impl UnwindSafe for NetCdfCfDataProviderDefinition
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