- API ›
- Constructors ›
- AutoSaveException
AutoSaveException
---types--- autoSaveException#81602d47 peer:Peer settings:AutoSaveSettings = AutoSaveException
Belongs to
| AutoSaveException |
In Rust this constructor is a variant of the enums::AutoSaveException enum.
Match on it with: if let enums::AutoSaveException::AutoSaveException(v) = result { ... }
Parameters
| peer | Peer | required |
| settings | AutoSaveSettings | required |