pub struct InputPrivacyValueDisallowUsers {
pub users: Vec<InputUser>,
}Expand description
Read inputPrivacyValueDisallowUsers docs.
Generated from the following TL definition:
inputPrivacyValueDisallowUsers#90110467 users:Vector<InputUser> = InputPrivacyRuleFields§
§users: Vec<InputUser>Trait Implementations§
Source§impl Clone for InputPrivacyValueDisallowUsers
impl Clone for InputPrivacyValueDisallowUsers
Source§fn clone(&self) -> InputPrivacyValueDisallowUsers
fn clone(&self) -> InputPrivacyValueDisallowUsers
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 From<InputPrivacyValueDisallowUsers> for InputPrivacyRule
impl From<InputPrivacyValueDisallowUsers> for InputPrivacyRule
Source§fn from(x: InputPrivacyValueDisallowUsers) -> Self
fn from(x: InputPrivacyValueDisallowUsers) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputPrivacyValueDisallowUsers
impl Identifiable for InputPrivacyValueDisallowUsers
Source§const CONSTRUCTOR_ID: u32 = 2417034343
const CONSTRUCTOR_ID: u32 = 2417034343
The unique identifier for the type.
Source§impl PartialEq for InputPrivacyValueDisallowUsers
impl PartialEq for InputPrivacyValueDisallowUsers
Source§fn eq(&self, other: &InputPrivacyValueDisallowUsers) -> bool
fn eq(&self, other: &InputPrivacyValueDisallowUsers) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InputPrivacyValueDisallowUsers
Auto Trait Implementations§
impl Freeze for InputPrivacyValueDisallowUsers
impl RefUnwindSafe for InputPrivacyValueDisallowUsers
impl Send for InputPrivacyValueDisallowUsers
impl Sync for InputPrivacyValueDisallowUsers
impl Unpin for InputPrivacyValueDisallowUsers
impl UnsafeUnpin for InputPrivacyValueDisallowUsers
impl UnwindSafe for InputPrivacyValueDisallowUsers
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