- API ›
- Constructors ›
- FolderPeer
FolderPeer
---types--- folderPeer#e9baa668 peer:Peer folder_id:int = FolderPeer
Belongs to
| FolderPeer |
In Rust this constructor is a variant of the enums::FolderPeer enum.
Match on it with: if let enums::FolderPeer::FolderPeer(v) = result { ... }