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