pub struct Design { /* private fields */ }Expand description
A design is optional autoindex statement followed by zero or more modules.
Implementations§
Source§impl Design
impl Design
Sourcepub fn new_from_str(
input: &str,
) -> Result<Design, LocatedSpan<&'_ str, TracableInfo>>
pub fn new_from_str( input: &str, ) -> Result<Design, LocatedSpan<&'_ str, TracableInfo>>
Parse a string into a Design struct
Trait Implementations§
impl StructuralPartialEq for Design
Auto Trait Implementations§
impl Freeze for Design
impl RefUnwindSafe for Design
impl Send for Design
impl Sync for Design
impl Unpin for Design
impl UnwindSafe for Design
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