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