- API ›
- Constructors ›
- PrivacyValueAllowUsers
PrivacyValueAllowUsers
---types--- privacyValueAllowUsers#b8905fb2 users:Vector<long> = PrivacyRule
Belongs to
| PrivacyRule |
In Rust this constructor is a variant of the enums::PrivacyRule enum.
Match on it with: if let enums::PrivacyRule::PrivacyValueAllowUsers(v) = result { ... }