pub struct Prototype {
pub shorty: Rc<String>,
pub return_type: Rc<String>,
pub parameters: Vec<Rc<String>>,
}Fields§
§shorty: Rc<String>§return_type: Rc<String>§parameters: Vec<Rc<String>>Trait Implementations§
impl StructuralPartialEq for Prototype
Auto Trait Implementations§
impl Freeze for Prototype
impl RefUnwindSafe for Prototype
impl !Send for Prototype
impl !Sync for Prototype
impl Unpin for Prototype
impl UnwindSafe for Prototype
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