pub struct PrivacyValueDisallowUsers {
pub users: Vec<i64>,
}Expand description
Read privacyValueDisallowUsers docs.
Generated from the following TL definition:
privacyValueDisallowUsers#e4621141 users:Vector<long> = PrivacyRuleFields§
§users: Vec<i64>Trait Implementations§
Source§impl Clone for PrivacyValueDisallowUsers
impl Clone for PrivacyValueDisallowUsers
Source§fn clone(&self) -> PrivacyValueDisallowUsers
fn clone(&self) -> PrivacyValueDisallowUsers
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrivacyValueDisallowUsers
impl Debug for PrivacyValueDisallowUsers
Source§impl From<PrivacyValueDisallowUsers> for PrivacyRule
impl From<PrivacyValueDisallowUsers> for PrivacyRule
Source§fn from(x: PrivacyValueDisallowUsers) -> Self
fn from(x: PrivacyValueDisallowUsers) -> Self
Converts to this type from the input type.
Source§impl Identifiable for PrivacyValueDisallowUsers
impl Identifiable for PrivacyValueDisallowUsers
Source§const CONSTRUCTOR_ID: u32 = 3831632193
const CONSTRUCTOR_ID: u32 = 3831632193
The unique identifier for the type.
impl StructuralPartialEq for PrivacyValueDisallowUsers
Auto Trait Implementations§
impl Freeze for PrivacyValueDisallowUsers
impl RefUnwindSafe for PrivacyValueDisallowUsers
impl Send for PrivacyValueDisallowUsers
impl Sync for PrivacyValueDisallowUsers
impl Unpin for PrivacyValueDisallowUsers
impl UnsafeUnpin for PrivacyValueDisallowUsers
impl UnwindSafe for PrivacyValueDisallowUsers
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more