- API ›
- Constructors ›
- PrivacyValueDisallowUsers
PrivacyValueDisallowUsers
---types--- privacyValueDisallowUsers#e4621141 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::PrivacyValueDisallowUsers(v) = result { ... }