pub enum EncounterWeather {
Any,
Rain,
}Variants§
Trait Implementations§
Source§impl Clone for EncounterWeather
impl Clone for EncounterWeather
Source§fn clone(&self) -> EncounterWeather
fn clone(&self) -> EncounterWeather
Returns a copy 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 EncounterWeather
impl Debug for EncounterWeather
Source§impl Hash for EncounterWeather
impl Hash for EncounterWeather
Source§impl PartialEq for EncounterWeather
impl PartialEq for EncounterWeather
impl Copy for EncounterWeather
impl Eq for EncounterWeather
impl StructuralPartialEq for EncounterWeather
Auto Trait Implementations§
impl Freeze for EncounterWeather
impl RefUnwindSafe for EncounterWeather
impl Send for EncounterWeather
impl Sync for EncounterWeather
impl Unpin for EncounterWeather
impl UnwindSafe for EncounterWeather
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expression
fn into_sql<T>(self) -> Self::Expression
Convert
self to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
Convert
&self to an expression for Diesel’s query builder. Read more