pub struct ChannelAdminLogEventActionToggleInvites {
pub new_value: bool,
}Expand description
Read channelAdminLogEventActionToggleInvites docs.
Generated from the following TL definition:
channelAdminLogEventActionToggleInvites#1b7907ae new_value:Bool = ChannelAdminLogEventActionFields§
§new_value: boolTrait Implementations§
Source§impl Clone for ChannelAdminLogEventActionToggleInvites
impl Clone for ChannelAdminLogEventActionToggleInvites
Source§fn clone(&self) -> ChannelAdminLogEventActionToggleInvites
fn clone(&self) -> ChannelAdminLogEventActionToggleInvites
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 From<ChannelAdminLogEventActionToggleInvites> for ChannelAdminLogEventAction
impl From<ChannelAdminLogEventActionToggleInvites> for ChannelAdminLogEventAction
Source§fn from(x: ChannelAdminLogEventActionToggleInvites) -> Self
fn from(x: ChannelAdminLogEventActionToggleInvites) -> Self
Converts to this type from the input type.
Source§impl Identifiable for ChannelAdminLogEventActionToggleInvites
impl Identifiable for ChannelAdminLogEventActionToggleInvites
Source§const CONSTRUCTOR_ID: u32 = 460916654
const CONSTRUCTOR_ID: u32 = 460916654
The unique identifier for the type.
Source§impl PartialEq for ChannelAdminLogEventActionToggleInvites
impl PartialEq for ChannelAdminLogEventActionToggleInvites
Source§fn eq(&self, other: &ChannelAdminLogEventActionToggleInvites) -> bool
fn eq(&self, other: &ChannelAdminLogEventActionToggleInvites) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ChannelAdminLogEventActionToggleInvites
Auto Trait Implementations§
impl Freeze for ChannelAdminLogEventActionToggleInvites
impl RefUnwindSafe for ChannelAdminLogEventActionToggleInvites
impl Send for ChannelAdminLogEventActionToggleInvites
impl Sync for ChannelAdminLogEventActionToggleInvites
impl Unpin for ChannelAdminLogEventActionToggleInvites
impl UnsafeUnpin for ChannelAdminLogEventActionToggleInvites
impl UnwindSafe for ChannelAdminLogEventActionToggleInvites
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