reflect.Value.CanSet (method)
7 uses
	reflect (current package)
		value.go#L353: func (v Value) CanSet() bool {
	encoding/binary
		binary.go#L844: 			if v := v.Field(i); v.CanSet() || t.Field(i).Name != "_" {
		binary.go#L909: 			if v := v.Field(i); v.CanSet() || t.Field(i).Name != "_" {
	encoding/json
		decode.go#L464: 		if decodingNull && v.CanSet() {
		decode.go#L708: 							if !subv.CanSet() {
	github.com/oapi-codegen/runtime
		bindparam.go#L502: 		if !v.Field(i).CanSet() {
		bindstring.go#L57: 	if !v.CanSet() {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |