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