pub struct PrivacyValueAllowUsers {
pub users: Vec<i64>,
}Expand description
Generated from:
privacyValueAllowUsers#b8905fb2 users:Vector<long> = PrivacyRuleFields§
§users: Vec<i64>Trait Implementations§
Source§impl Clone for PrivacyValueAllowUsers
impl Clone for PrivacyValueAllowUsers
Source§fn clone(&self) -> PrivacyValueAllowUsers
fn clone(&self) -> PrivacyValueAllowUsers
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 PrivacyValueAllowUsers
impl Debug for PrivacyValueAllowUsers
Source§impl Deserializable for PrivacyValueAllowUsers
impl Deserializable for PrivacyValueAllowUsers
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<PrivacyValueAllowUsers> for PrivacyRule
impl From<PrivacyValueAllowUsers> for PrivacyRule
Source§fn from(x: PrivacyValueAllowUsers) -> Self
fn from(x: PrivacyValueAllowUsers) -> Self
Converts to this type from the input type.
Source§impl Identifiable for PrivacyValueAllowUsers
impl Identifiable for PrivacyValueAllowUsers
Source§const CONSTRUCTOR_ID: u32 = 0xb8905fb2
const CONSTRUCTOR_ID: u32 = 0xb8905fb2
The constructor ID as specified in the TL schema.
Source§impl PartialEq for PrivacyValueAllowUsers
impl PartialEq for PrivacyValueAllowUsers
Source§impl TryFrom<PrivacyRule> for PrivacyValueAllowUsers
impl TryFrom<PrivacyRule> for PrivacyValueAllowUsers
Source§type Error = PrivacyRule
type Error = PrivacyRule
The type returned in the event of a conversion error.
impl StructuralPartialEq for PrivacyValueAllowUsers
Auto Trait Implementations§
impl Freeze for PrivacyValueAllowUsers
impl RefUnwindSafe for PrivacyValueAllowUsers
impl Send for PrivacyValueAllowUsers
impl Sync for PrivacyValueAllowUsers
impl Unpin for PrivacyValueAllowUsers
impl UnsafeUnpin for PrivacyValueAllowUsers
impl UnwindSafe for PrivacyValueAllowUsers
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