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