pub struct InputPrivacyValueDisallowUsers {
pub users: Vec<InputUser>,
}Expand description
inputPrivacyValueDisallowUsers
Generated from:
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 Deserializable for InputPrivacyValueDisallowUsers
impl Deserializable for InputPrivacyValueDisallowUsers
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§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 = 0x90110467
const CONSTRUCTOR_ID: u32 = 0x90110467
The constructor ID as specified in the TL schema.
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 ==.Source§impl TryFrom<InputPrivacyRule> for InputPrivacyValueDisallowUsers
impl TryFrom<InputPrivacyRule> for InputPrivacyValueDisallowUsers
Source§type Error = InputPrivacyRule
type Error = InputPrivacyRule
The type returned in the event of a conversion error.
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