pub struct LayerDirectionConfig {
pub level: Level,
pub layers: Vec<LayerRuleSet>,
}Fields§
§level: Level§layers: Vec<LayerRuleSet>Trait Implementations§
Source§impl Clone for LayerDirectionConfig
impl Clone for LayerDirectionConfig
Source§fn clone(&self) -> LayerDirectionConfig
fn clone(&self) -> LayerDirectionConfig
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 LayerDirectionConfig
impl Debug for LayerDirectionConfig
Source§impl Default for LayerDirectionConfig
impl Default for LayerDirectionConfig
Source§impl<'de> Deserialize<'de> for LayerDirectionConfig
impl<'de> Deserialize<'de> for LayerDirectionConfig
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 RuleOptions for LayerDirectionConfig
impl RuleOptions for LayerDirectionConfig
fn default_level() -> Level
Auto Trait Implementations§
impl Freeze for LayerDirectionConfig
impl RefUnwindSafe for LayerDirectionConfig
impl Send for LayerDirectionConfig
impl Sync for LayerDirectionConfig
impl Unpin for LayerDirectionConfig
impl UnsafeUnpin for LayerDirectionConfig
impl UnwindSafe for LayerDirectionConfig
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