pub struct GoField {
pub name: String,
pub ty: GoType,
pub tag: Option<String>,
}Fields§
§name: String§ty: GoType§tag: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoField
impl RefUnwindSafe for GoField
impl Send for GoField
impl Sync for GoField
impl Unpin for GoField
impl UnwindSafe for GoField
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