pub struct UpdateAiComposeTones {}Expand description
Trait Implementations§
Source§impl Clone for UpdateAiComposeTones
impl Clone for UpdateAiComposeTones
Source§fn clone(&self) -> UpdateAiComposeTones
fn clone(&self) -> UpdateAiComposeTones
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateAiComposeTones
impl Debug for UpdateAiComposeTones
Source§impl Deserializable for UpdateAiComposeTones
impl Deserializable for UpdateAiComposeTones
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<UpdateAiComposeTones> for Update
impl From<UpdateAiComposeTones> for Update
Source§fn from(_x: UpdateAiComposeTones) -> Self
fn from(_x: UpdateAiComposeTones) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateAiComposeTones
impl Identifiable for UpdateAiComposeTones
Source§const CONSTRUCTOR_ID: u32 = 0x8c0f91fb
const CONSTRUCTOR_ID: u32 = 0x8c0f91fb
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateAiComposeTones
impl PartialEq for UpdateAiComposeTones
Source§fn eq(&self, other: &UpdateAiComposeTones) -> bool
fn eq(&self, other: &UpdateAiComposeTones) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serializable for UpdateAiComposeTones
impl Serializable for UpdateAiComposeTones
impl StructuralPartialEq for UpdateAiComposeTones
Auto Trait Implementations§
impl Freeze for UpdateAiComposeTones
impl RefUnwindSafe for UpdateAiComposeTones
impl Send for UpdateAiComposeTones
impl Sync for UpdateAiComposeTones
impl Unpin for UpdateAiComposeTones
impl UnsafeUnpin for UpdateAiComposeTones
impl UnwindSafe for UpdateAiComposeTones
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