pub struct ChannelAdminLogEventActionToggleInvites {
pub new_value: bool,
}Expand description
channelAdminLogEventActionToggleInvites
Generated from:
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 Deserializable for ChannelAdminLogEventActionToggleInvites
impl Deserializable for ChannelAdminLogEventActionToggleInvites
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<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 = 0x1b7907ae
const CONSTRUCTOR_ID: u32 = 0x1b7907ae
The constructor ID as specified in the TL schema.
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 ==.Source§impl TryFrom<ChannelAdminLogEventAction> for ChannelAdminLogEventActionToggleInvites
impl TryFrom<ChannelAdminLogEventAction> for ChannelAdminLogEventActionToggleInvites
Source§type Error = ChannelAdminLogEventAction
type Error = ChannelAdminLogEventAction
The type returned in the event of a conversion error.
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