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