pub enum AiComposeToneExample {
AiComposeToneExample(AiComposeToneExample),
}Expand description
Variants§
AiComposeToneExample(AiComposeToneExample)
Trait Implementations§
Source§impl Clone for AiComposeToneExample
impl Clone for AiComposeToneExample
Source§fn clone(&self) -> AiComposeToneExample
fn clone(&self) -> AiComposeToneExample
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 AiComposeToneExample
impl Debug for AiComposeToneExample
Source§impl Deserializable for AiComposeToneExample
impl Deserializable for AiComposeToneExample
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<AiComposeToneExample> for AiComposeToneExample
impl From<AiComposeToneExample> for AiComposeToneExample
Source§fn from(x: AiComposeToneExample) -> Self
fn from(x: AiComposeToneExample) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AiComposeToneExample
impl PartialEq for AiComposeToneExample
Source§fn eq(&self, other: &AiComposeToneExample) -> bool
fn eq(&self, other: &AiComposeToneExample) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serializable for AiComposeToneExample
impl Serializable for AiComposeToneExample
Source§impl TryFrom<AiComposeToneExample> for AiComposeToneExample
impl TryFrom<AiComposeToneExample> for AiComposeToneExample
Source§type Error = AiComposeToneExample
type Error = AiComposeToneExample
The type returned in the event of a conversion error.
impl StructuralPartialEq for AiComposeToneExample
Auto Trait Implementations§
impl Freeze for AiComposeToneExample
impl RefUnwindSafe for AiComposeToneExample
impl Send for AiComposeToneExample
impl Sync for AiComposeToneExample
impl Unpin for AiComposeToneExample
impl UnsafeUnpin for AiComposeToneExample
impl UnwindSafe for AiComposeToneExample
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