pub struct FnShape {
pub name: String,
pub primary: Archetype,
pub labels: Vec<Archetype>,
}Fields§
§name: String§primary: Archetype§labels: Vec<Archetype>Trait Implementations§
Auto Trait Implementations§
impl Freeze for FnShape
impl RefUnwindSafe for FnShape
impl Send for FnShape
impl Sync for FnShape
impl Unpin for FnShape
impl UnsafeUnpin for FnShape
impl UnwindSafe for FnShape
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