pub struct GoMethod {
pub name: String,
pub params: Vec<GoType>,
pub returns: Vec<GoType>,
}Fields§
§name: String§params: Vec<GoType>§returns: Vec<GoType>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoMethod
impl RefUnwindSafe for GoMethod
impl Send for GoMethod
impl Sync for GoMethod
impl Unpin for GoMethod
impl UnwindSafe for GoMethod
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