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