pub struct ShapeSection<'a> {
pub namespace: &'a str,
pub uses: Vec<&'a str>,
pub shapes: Vec<ShapeOrApply<'a>>,
}Fields§
§namespace: &'a str§uses: Vec<&'a str>§shapes: Vec<ShapeOrApply<'a>>Trait Implementations§
Source§impl<'a> Clone for ShapeSection<'a>
impl<'a> Clone for ShapeSection<'a>
Source§fn clone(&self) -> ShapeSection<'a>
fn clone(&self) -> ShapeSection<'a>
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<'a> Debug for ShapeSection<'a>
impl<'a> Debug for ShapeSection<'a>
Source§impl<'a> PartialEq for ShapeSection<'a>
impl<'a> PartialEq for ShapeSection<'a>
impl<'a> Eq for ShapeSection<'a>
impl<'a> StructuralPartialEq for ShapeSection<'a>
Auto Trait Implementations§
impl<'a> Freeze for ShapeSection<'a>
impl<'a> RefUnwindSafe for ShapeSection<'a>
impl<'a> Send for ShapeSection<'a>
impl<'a> Sync for ShapeSection<'a>
impl<'a> Unpin for ShapeSection<'a>
impl<'a> UnwindSafe for ShapeSection<'a>
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