func (m *WatchRequest) CopyFrom(src interface{}) {

    o := src.(*WatchRequest)
    *m = *o
    if o.Entries != nil {