Commit c3eb9ef
authored
Make session state builder clonable (#20136)
## Rationale for this change
We have the next flow in our DF based project: create a base
`SessionStateBuilder` and then, when a new user session is created, it
is used to build a session state. As `build(...)` consumes `self`, it
would be good to have `Clone` on `SesssionStateBuilder`, what this patch
adds.1 parent a41f908 commit c3eb9ef
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
969 | 969 | | |
970 | 970 | | |
971 | 971 | | |
| 972 | + | |
972 | 973 | | |
973 | 974 | | |
974 | 975 | | |
| |||
0 commit comments