[−][src]Struct df_st_legends::HistoricalEras
Fields
historical_era: Option<Vec<HistoricalEra>>
unknown: HashMap<String, Value>
Trait Implementations
impl Clone for HistoricalEras
[src]
fn clone(&self) -> HistoricalEras
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for HistoricalEras
[src]
impl Default for HistoricalEras
[src]
fn default() -> HistoricalEras
[src]
impl<'de> Deserialize<'de> for HistoricalEras
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
D: Deserializer<'de>,
impl<'de> DeserializeBestEffort<'de> for HistoricalEras
[src]
impl Filler<IndexMap<u64, HistoricalEra, RandomState>, HistoricalEras> for IndexMap<u64, HistoricalEra>
[src]
fn add_missing_data(&mut self, source: &HistoricalEras)
[src]
fn add_missing_data_indexed(&mut self, source: &S, _index: u64)
[src]
fn never_replace_data(&mut self, source: &S) where
Self: Debug,
[src]
Self: Debug,
fn replace_data(&mut self, source: &S) where
Self: Debug,
[src]
Self: Debug,
fn check_mergeable(&self, source: &S) -> bool where
S: PartialEq<Self> + Debug,
Self: Debug + Default + PartialEq<Self>,
[src]
S: PartialEq<Self> + Debug,
Self: Debug + Default + PartialEq<Self>,
impl Filler<Vec<HistoricalEra>, HistoricalEras> for Vec<HistoricalEra>
[src]
fn add_missing_data(&mut self, source: &HistoricalEras)
[src]
fn add_missing_data_indexed(&mut self, source: &S, _index: u64)
[src]
fn never_replace_data(&mut self, source: &S) where
Self: Debug,
[src]
Self: Debug,
fn replace_data(&mut self, source: &S) where
Self: Debug,
[src]
Self: Debug,
fn check_mergeable(&self, source: &S) -> bool where
S: PartialEq<Self> + Debug,
Self: Debug + Default + PartialEq<Self>,
[src]
S: PartialEq<Self> + Debug,
Self: Debug + Default + PartialEq<Self>,
impl HasUnknown for HistoricalEras
[src]
fn print_unknown(&self, prefix: &str, unknown_map: &mut HashMap<String, u32>)
[src]
fn combine_unknown(
&self,
prefix: &str,
unknown_combiner: &mut HashMap<String, Vec<(String, Value)>>
)
[src]
&self,
prefix: &str,
unknown_combiner: &mut HashMap<String, Vec<(String, Value)>>
)
fn update_unknown_prefix(&self, prefix: &str, struct_name: &str) -> String
[src]
fn print_unknown_list(
&self,
list: &HashMap<String, Value, RandomState>,
prefix: &str,
unknown_map: &mut HashMap<String, u32, RandomState>
)
[src]
&self,
list: &HashMap<String, Value, RandomState>,
prefix: &str,
unknown_map: &mut HashMap<String, u32, RandomState>
)
fn combine_unknown_list(
&self,
list: &HashMap<String, Value, RandomState>,
prefix: &str,
unknown_combiner: &mut HashMap<String, Vec<(String, Value)>, RandomState>
)
[src]
&self,
list: &HashMap<String, Value, RandomState>,
prefix: &str,
unknown_combiner: &mut HashMap<String, Vec<(String, Value)>, RandomState>
)
impl Serialize for HistoricalEras
[src]
Auto Trait Implementations
impl RefUnwindSafe for HistoricalEras
impl Send for HistoricalEras
impl Sync for HistoricalEras
impl Unpin for HistoricalEras
impl UnwindSafe for HistoricalEras
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<'de, T> DeserializeBestEffortTypes<'de, T> for T where
T: DeserializeBestEffort<'de> + Default,
[src]
T: DeserializeBestEffort<'de> + Default,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> DynClone for T where
T: Clone,
[src]
T: Clone,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,