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