pub enum FactorDirection {
Allow,
Block,
Neutral,
}Expand description
Direction of factor influence
Variants§
Trait Implementations§
Source§impl Clone for FactorDirection
impl Clone for FactorDirection
Source§fn clone(&self) -> FactorDirection
fn clone(&self) -> FactorDirection
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 FactorDirection
impl Debug for FactorDirection
Source§impl<'de> Deserialize<'de> for FactorDirection
impl<'de> Deserialize<'de> for FactorDirection
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 Serialize for FactorDirection
impl Serialize for FactorDirection
impl Copy for FactorDirection
Auto Trait Implementations§
impl Freeze for FactorDirection
impl RefUnwindSafe for FactorDirection
impl Send for FactorDirection
impl Sync for FactorDirection
impl Unpin for FactorDirection
impl UnwindSafe for FactorDirection
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