Enum leftwm_core::config::InsertBehavior
source · pub enum InsertBehavior {
Top,
Bottom,
BeforeCurrent,
AfterCurrent,
}Variants§
Trait Implementations§
source§impl Clone for InsertBehavior
impl Clone for InsertBehavior
source§fn clone(&self) -> InsertBehavior
fn clone(&self) -> InsertBehavior
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 InsertBehavior
impl Debug for InsertBehavior
source§impl Default for InsertBehavior
impl Default for InsertBehavior
source§impl<'de> Deserialize<'de> for InsertBehavior
impl<'de> Deserialize<'de> for InsertBehavior
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<InsertBehavior> for InsertBehavior
impl PartialEq<InsertBehavior> for InsertBehavior
source§fn eq(&self, other: &InsertBehavior) -> bool
fn eq(&self, other: &InsertBehavior) -> bool
This method tests for
self and other values to be equal, and is used
by ==.