pub struct GetTone {
pub tone: InputAiComposeTone,
}Expand description
Generated from:
aicompose.getTone#b2e8ba03 tone:InputAiComposeTone = aicompose.TonesFields§
§tone: InputAiComposeToneTrait Implementations§
Source§impl Deserializable for GetTone
impl Deserializable for GetTone
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 GetTone
impl Identifiable for GetTone
Source§const CONSTRUCTOR_ID: u32 = 0xb2e8ba03
const CONSTRUCTOR_ID: u32 = 0xb2e8ba03
The constructor ID as specified in the TL schema.
Source§impl Serializable for GetTone
impl Serializable for GetTone
impl StructuralPartialEq for GetTone
Auto Trait Implementations§
impl Freeze for GetTone
impl RefUnwindSafe for GetTone
impl Send for GetTone
impl Sync for GetTone
impl Unpin for GetTone
impl UnsafeUnpin for GetTone
impl UnwindSafe for GetTone
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