pub struct ShapesConfig {
pub patterns: Vec<String>,
}Expand description
Shapes configuration
Fields§
§patterns: Vec<String>Glob patterns for shape file discovery (empty = use conventions)
Trait Implementations§
Source§impl Clone for ShapesConfig
impl Clone for ShapesConfig
Source§fn clone(&self) -> ShapesConfig
fn clone(&self) -> ShapesConfig
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 ShapesConfig
impl Debug for ShapesConfig
Source§impl Default for ShapesConfig
impl Default for ShapesConfig
Source§fn default() -> ShapesConfig
fn default() -> ShapesConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ShapesConfig
impl<'de> Deserialize<'de> for ShapesConfig
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 ShapesConfig
impl RefUnwindSafe for ShapesConfig
impl Send for ShapesConfig
impl Sync for ShapesConfig
impl Unpin for ShapesConfig
impl UnwindSafe for ShapesConfig
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