pub struct HumanLanguageInterpreterDto {
pub id: Option<String>,
pub label: Option<String>,
pub locales: Option<Vec<String>>,
}Fields§
§id: Option<String>§label: Option<String>§locales: Option<Vec<String>>Implementations§
Source§impl HumanLanguageInterpreterDto
impl HumanLanguageInterpreterDto
pub fn new() -> HumanLanguageInterpreterDto
Trait Implementations§
Source§impl Clone for HumanLanguageInterpreterDto
impl Clone for HumanLanguageInterpreterDto
Source§fn clone(&self) -> HumanLanguageInterpreterDto
fn clone(&self) -> HumanLanguageInterpreterDto
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 HumanLanguageInterpreterDto
impl Debug for HumanLanguageInterpreterDto
Source§impl Default for HumanLanguageInterpreterDto
impl Default for HumanLanguageInterpreterDto
Source§fn default() -> HumanLanguageInterpreterDto
fn default() -> HumanLanguageInterpreterDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HumanLanguageInterpreterDto
impl<'de> Deserialize<'de> for HumanLanguageInterpreterDto
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
impl StructuralPartialEq for HumanLanguageInterpreterDto
Auto Trait Implementations§
impl Freeze for HumanLanguageInterpreterDto
impl RefUnwindSafe for HumanLanguageInterpreterDto
impl Send for HumanLanguageInterpreterDto
impl Sync for HumanLanguageInterpreterDto
impl Unpin for HumanLanguageInterpreterDto
impl UnwindSafe for HumanLanguageInterpreterDto
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