pub struct LayerRuleSet {
pub name: String,
pub include: Vec<String>,
pub may_depend_on: Vec<String>,
}Fields§
§name: String§include: Vec<String>§may_depend_on: Vec<String>Trait Implementations§
Source§impl Clone for LayerRuleSet
impl Clone for LayerRuleSet
Source§fn clone(&self) -> LayerRuleSet
fn clone(&self) -> LayerRuleSet
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 LayerRuleSet
impl Debug for LayerRuleSet
Source§impl<'de> Deserialize<'de> for LayerRuleSet
impl<'de> Deserialize<'de> for LayerRuleSet
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
Auto Trait Implementations§
impl Freeze for LayerRuleSet
impl RefUnwindSafe for LayerRuleSet
impl Send for LayerRuleSet
impl Sync for LayerRuleSet
impl Unpin for LayerRuleSet
impl UnsafeUnpin for LayerRuleSet
impl UnwindSafe for LayerRuleSet
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