pub struct SaveTone {
pub tone: InputAiComposeTone,
pub unsave: bool,
}Expand description
Generated from:
aicompose.saveTone#1782cbb1 tone:InputAiComposeTone unsave:Bool = BoolFields§
§tone: InputAiComposeTone§unsave: boolTrait Implementations§
Source§impl Deserializable for SaveTone
impl Deserializable for SaveTone
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 SaveTone
impl Identifiable for SaveTone
Source§const CONSTRUCTOR_ID: u32 = 0x1782cbb1
const CONSTRUCTOR_ID: u32 = 0x1782cbb1
The constructor ID as specified in the TL schema.
Source§impl Serializable for SaveTone
impl Serializable for SaveTone
impl StructuralPartialEq for SaveTone
Auto Trait Implementations§
impl Freeze for SaveTone
impl RefUnwindSafe for SaveTone
impl Send for SaveTone
impl Sync for SaveTone
impl Unpin for SaveTone
impl UnsafeUnpin for SaveTone
impl UnwindSafe for SaveTone
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