pub struct RateTranscribedAudio {
pub peer: InputPeer,
pub msg_id: i32,
pub transcription_id: i64,
pub good: bool,
}Expand description
Generated from:
messages.rateTranscribedAudio#7f1d072f peer:InputPeer msg_id:int transcription_id:long good:Bool = BoolFields§
§peer: InputPeer§msg_id: i32§transcription_id: i64§good: boolTrait Implementations§
Source§impl Clone for RateTranscribedAudio
impl Clone for RateTranscribedAudio
Source§fn clone(&self) -> RateTranscribedAudio
fn clone(&self) -> RateTranscribedAudio
Returns a duplicate of the value. Read more
1.0.0 · 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 RateTranscribedAudio
impl Debug for RateTranscribedAudio
Source§impl Identifiable for RateTranscribedAudio
impl Identifiable for RateTranscribedAudio
Source§const CONSTRUCTOR_ID: u32 = 0x7f1d072f
const CONSTRUCTOR_ID: u32 = 0x7f1d072f
The constructor ID as specified in the TL schema.
Source§impl PartialEq for RateTranscribedAudio
impl PartialEq for RateTranscribedAudio
Source§impl RemoteCall for RateTranscribedAudio
impl RemoteCall for RateTranscribedAudio
Source§impl Serializable for RateTranscribedAudio
impl Serializable for RateTranscribedAudio
impl StructuralPartialEq for RateTranscribedAudio
Auto Trait Implementations§
impl Freeze for RateTranscribedAudio
impl RefUnwindSafe for RateTranscribedAudio
impl Send for RateTranscribedAudio
impl Sync for RateTranscribedAudio
impl Unpin for RateTranscribedAudio
impl UnsafeUnpin for RateTranscribedAudio
impl UnwindSafe for RateTranscribedAudio
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