pub enum LayerDirection {
Below,
Above,
}Expand description
A direction for layer traversal.
Variants§
Trait Implementations§
Source§impl Clone for LayerDirection
impl Clone for LayerDirection
Source§fn clone(&self) -> LayerDirection
fn clone(&self) -> LayerDirection
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 LayerDirection
impl Debug for LayerDirection
Source§impl<'de> Deserialize<'de> for LayerDirection
impl<'de> Deserialize<'de> for LayerDirection
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 Hash for LayerDirection
impl Hash for LayerDirection
Source§impl PartialEq for LayerDirection
impl PartialEq for LayerDirection
Source§impl Serialize for LayerDirection
impl Serialize for LayerDirection
impl Copy for LayerDirection
impl Eq for LayerDirection
impl StructuralPartialEq for LayerDirection
Auto Trait Implementations§
impl Freeze for LayerDirection
impl RefUnwindSafe for LayerDirection
impl Send for LayerDirection
impl Sync for LayerDirection
impl Unpin for LayerDirection
impl UnwindSafe for LayerDirection
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