pub struct FeatureRequest {
pub target_speaker: LocalSpeakerLabel,
pub packet: FeaturePacket,
pub prompt: String,
}Fields§
§target_speaker: LocalSpeakerLabel§packet: FeaturePacket§prompt: StringTrait Implementations§
Source§impl Clone for FeatureRequest
impl Clone for FeatureRequest
Source§fn clone(&self) -> FeatureRequest
fn clone(&self) -> FeatureRequest
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 FeatureRequest
impl Debug for FeatureRequest
impl Eq for FeatureRequest
Source§impl PartialEq for FeatureRequest
impl PartialEq for FeatureRequest
impl StructuralPartialEq for FeatureRequest
Auto Trait Implementations§
impl Freeze for FeatureRequest
impl RefUnwindSafe for FeatureRequest
impl Send for FeatureRequest
impl Sync for FeatureRequest
impl Unpin for FeatureRequest
impl UnsafeUnpin for FeatureRequest
impl UnwindSafe for FeatureRequest
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