func (c TsDeleteruleSourcekey) Destkey(destkey string) TsDeleteruleDestkey {
    if c.ks&NoSlot == NoSlot {
        c.ks = NoSlot | slot(destkey)
    } else {
        c.ks = check(c.ks, slot(destkey))