pub struct PrivacyValueAllowChatParticipants {
pub chats: Vec<i64>,
}Expand description
privacyValueAllowChatParticipants
Generated from:
privacyValueAllowChatParticipants#6b134e8e chats:Vector<long> = PrivacyRuleFields§
§chats: Vec<i64>Trait Implementations§
Source§impl Clone for PrivacyValueAllowChatParticipants
impl Clone for PrivacyValueAllowChatParticipants
Source§fn clone(&self) -> PrivacyValueAllowChatParticipants
fn clone(&self) -> PrivacyValueAllowChatParticipants
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 PrivacyValueAllowChatParticipants
impl Deserializable for PrivacyValueAllowChatParticipants
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<PrivacyValueAllowChatParticipants> for PrivacyRule
impl From<PrivacyValueAllowChatParticipants> for PrivacyRule
Source§fn from(x: PrivacyValueAllowChatParticipants) -> Self
fn from(x: PrivacyValueAllowChatParticipants) -> Self
Converts to this type from the input type.
Source§impl Identifiable for PrivacyValueAllowChatParticipants
impl Identifiable for PrivacyValueAllowChatParticipants
Source§const CONSTRUCTOR_ID: u32 = 0x6b134e8e
const CONSTRUCTOR_ID: u32 = 0x6b134e8e
The constructor ID as specified in the TL schema.
Source§impl PartialEq for PrivacyValueAllowChatParticipants
impl PartialEq for PrivacyValueAllowChatParticipants
Source§fn eq(&self, other: &PrivacyValueAllowChatParticipants) -> bool
fn eq(&self, other: &PrivacyValueAllowChatParticipants) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<PrivacyRule> for PrivacyValueAllowChatParticipants
impl TryFrom<PrivacyRule> for PrivacyValueAllowChatParticipants
Source§type Error = PrivacyRule
type Error = PrivacyRule
The type returned in the event of a conversion error.
impl StructuralPartialEq for PrivacyValueAllowChatParticipants
Auto Trait Implementations§
impl Freeze for PrivacyValueAllowChatParticipants
impl RefUnwindSafe for PrivacyValueAllowChatParticipants
impl Send for PrivacyValueAllowChatParticipants
impl Sync for PrivacyValueAllowChatParticipants
impl Unpin for PrivacyValueAllowChatParticipants
impl UnsafeUnpin for PrivacyValueAllowChatParticipants
impl UnwindSafe for PrivacyValueAllowChatParticipants
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