| 401 | /// ``` |
| 402 | #[derive(Debug, Clone)] |
| 403 | pub struct ApplyOptionsBuilder { |
| 404 | options: ApplyOptions, |
| 405 | } |
| 406 | |
| 407 | impl Default for ApplyOptionsBuilder { |
| 408 | fn default() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected