pub struct ChannelOptionsUpdate {
pub any: Option<u32>,
}Expand description
Channel options update (opcode 16, unused by bots).
Fields§
§any: Option<u32>Any value - structure unknown.
Trait Implementations§
Source§impl Clone for ChannelOptionsUpdate
impl Clone for ChannelOptionsUpdate
Source§fn clone(&self) -> ChannelOptionsUpdate
fn clone(&self) -> ChannelOptionsUpdate
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 Debug for ChannelOptionsUpdate
impl Debug for ChannelOptionsUpdate
Source§impl<'de> Deserialize<'de> for ChannelOptionsUpdate
impl<'de> Deserialize<'de> for ChannelOptionsUpdate
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ChannelOptionsUpdate> for Event
impl From<ChannelOptionsUpdate> for Event
Source§fn from(i: ChannelOptionsUpdate) -> Self
fn from(i: ChannelOptionsUpdate) -> Self
Converts to this type from the input type.
Source§impl Hash for ChannelOptionsUpdate
impl Hash for ChannelOptionsUpdate
Source§impl PartialEq for ChannelOptionsUpdate
impl PartialEq for ChannelOptionsUpdate
Source§impl Serialize for ChannelOptionsUpdate
impl Serialize for ChannelOptionsUpdate
impl Eq for ChannelOptionsUpdate
impl StructuralPartialEq for ChannelOptionsUpdate
Auto Trait Implementations§
impl Freeze for ChannelOptionsUpdate
impl RefUnwindSafe for ChannelOptionsUpdate
impl Send for ChannelOptionsUpdate
impl Sync for ChannelOptionsUpdate
impl Unpin for ChannelOptionsUpdate
impl UnsafeUnpin for ChannelOptionsUpdate
impl UnwindSafe for ChannelOptionsUpdate
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