pub struct PrivacyValueDisallowUsers {
pub users: Vec<i64>,
}Expand description
Generated from:
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 Deserializable for PrivacyValueDisallowUsers
impl Deserializable for PrivacyValueDisallowUsers
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<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 = 0xe4621141
const CONSTRUCTOR_ID: u32 = 0xe4621141
The constructor ID as specified in the TL schema.
Source§impl TryFrom<PrivacyRule> for PrivacyValueDisallowUsers
impl TryFrom<PrivacyRule> for PrivacyValueDisallowUsers
Source§type Error = PrivacyRule
type Error = PrivacyRule
The type returned in the event of a conversion error.
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