pub enum WarPreference {
In,
Out,
}Variants§
Implementations§
Source§impl WarPreference
impl WarPreference
pub fn is_opted_in(&self) -> bool
pub fn is_opted_out(&self) -> bool
Trait Implementations§
Source§impl Clone for WarPreference
impl Clone for WarPreference
Source§fn clone(&self) -> WarPreference
fn clone(&self) -> WarPreference
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 Debug for WarPreference
impl Debug for WarPreference
Source§impl<'de> Deserialize<'de> for WarPreference
impl<'de> Deserialize<'de> for WarPreference
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 Ord for WarPreference
impl Ord for WarPreference
Source§fn cmp(&self, other: &WarPreference) -> Ordering
fn cmp(&self, other: &WarPreference) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WarPreference
impl PartialEq for WarPreference
Source§impl PartialOrd for WarPreference
impl PartialOrd for WarPreference
Source§impl Serialize for WarPreference
impl Serialize for WarPreference
Source§impl ToString for WarPreference
impl ToString for WarPreference
impl Copy for WarPreference
impl Eq for WarPreference
impl StructuralPartialEq for WarPreference
Auto Trait Implementations§
impl Freeze for WarPreference
impl RefUnwindSafe for WarPreference
impl Send for WarPreference
impl Sync for WarPreference
impl Unpin for WarPreference
impl UnwindSafe for WarPreference
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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§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.