pub struct V1SourceProperty {
pub talker: Option<String>,
pub sentences: Option<HashMap<String, String>>,
pub extras: HashMap<String, String>,
}
Fields§
§talker: Option<String>
§sentences: Option<HashMap<String, String>>
§extras: HashMap<String, String>
Implementations§
Source§impl V1SourceProperty
impl V1SourceProperty
pub fn builder() -> V1SourcePropertyBuilder
Trait Implementations§
Source§impl Clone for V1SourceProperty
impl Clone for V1SourceProperty
Source§fn clone(&self) -> V1SourceProperty
fn clone(&self) -> V1SourceProperty
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 V1SourceProperty
impl Debug for V1SourceProperty
Source§impl Default for V1SourceProperty
impl Default for V1SourceProperty
Source§fn default() -> V1SourceProperty
fn default() -> V1SourceProperty
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for V1SourceProperty
impl<'de> Deserialize<'de> for V1SourceProperty
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 V1SourceProperty
impl PartialEq for V1SourceProperty
Source§impl Serialize for V1SourceProperty
impl Serialize for V1SourceProperty
impl StructuralPartialEq for V1SourceProperty
Auto Trait Implementations§
impl Freeze for V1SourceProperty
impl RefUnwindSafe for V1SourceProperty
impl Send for V1SourceProperty
impl Sync for V1SourceProperty
impl Unpin for V1SourceProperty
impl UnwindSafe for V1SourceProperty
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