pub struct DeleteTone {
pub tone: InputAiComposeTone,
}Expand description
Fields§
§tone: InputAiComposeToneTrait Implementations§
Source§impl Clone for DeleteTone
impl Clone for DeleteTone
Source§fn clone(&self) -> DeleteTone
fn clone(&self) -> DeleteTone
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 DeleteTone
impl Debug for DeleteTone
Source§impl Deserializable for DeleteTone
impl Deserializable for DeleteTone
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 Identifiable for DeleteTone
impl Identifiable for DeleteTone
Source§const CONSTRUCTOR_ID: u32 = 0xdd39316a
const CONSTRUCTOR_ID: u32 = 0xdd39316a
The constructor ID as specified in the TL schema.
Source§impl PartialEq for DeleteTone
impl PartialEq for DeleteTone
Source§fn eq(&self, other: &DeleteTone) -> bool
fn eq(&self, other: &DeleteTone) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RemoteCall for DeleteTone
impl RemoteCall for DeleteTone
Source§impl Serializable for DeleteTone
impl Serializable for DeleteTone
impl StructuralPartialEq for DeleteTone
Auto Trait Implementations§
impl Freeze for DeleteTone
impl RefUnwindSafe for DeleteTone
impl Send for DeleteTone
impl Sync for DeleteTone
impl Unpin for DeleteTone
impl UnsafeUnpin for DeleteTone
impl UnwindSafe for DeleteTone
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