pub struct FallbackTranscriberPlan {
pub transcribers: Vec<FallbackTranscriberPlanTranscribersInner>,
}
Fields§
§transcribers: Vec<FallbackTranscriberPlanTranscribersInner>
Implementations§
Source§impl FallbackTranscriberPlan
impl FallbackTranscriberPlan
pub fn new( transcribers: Vec<FallbackTranscriberPlanTranscribersInner>, ) -> FallbackTranscriberPlan
Trait Implementations§
Source§impl Clone for FallbackTranscriberPlan
impl Clone for FallbackTranscriberPlan
Source§fn clone(&self) -> FallbackTranscriberPlan
fn clone(&self) -> FallbackTranscriberPlan
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FallbackTranscriberPlan
impl Debug for FallbackTranscriberPlan
Source§impl Default for FallbackTranscriberPlan
impl Default for FallbackTranscriberPlan
Source§fn default() -> FallbackTranscriberPlan
fn default() -> FallbackTranscriberPlan
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FallbackTranscriberPlan
impl<'de> Deserialize<'de> for FallbackTranscriberPlan
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FallbackTranscriberPlan
impl PartialEq for FallbackTranscriberPlan
Source§impl Serialize for FallbackTranscriberPlan
impl Serialize for FallbackTranscriberPlan
impl StructuralPartialEq for FallbackTranscriberPlan
Auto Trait Implementations§
impl Freeze for FallbackTranscriberPlan
impl RefUnwindSafe for FallbackTranscriberPlan
impl Send for FallbackTranscriberPlan
impl Sync for FallbackTranscriberPlan
impl Unpin for FallbackTranscriberPlan
impl UnwindSafe for FallbackTranscriberPlan
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