pub struct FnSig {
pub name: &'static str,
pub ret: &'static str,
pub args: &'static [(&'static str, &'static str)],
}Fields§
§name: &'static str§ret: &'static str§args: &'static [(&'static str, &'static str)]Trait Implementations§
Auto Trait Implementations§
impl Freeze for FnSig
impl RefUnwindSafe for FnSig
impl Send for FnSig
impl Sync for FnSig
impl Unpin for FnSig
impl UnsafeUnpin for FnSig
impl UnwindSafe for FnSig
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