pub struct Representations {
pub sitelen_emosi: Option<String>,
pub sitelen_jelo: Option<Vec<String>>,
pub ligatures: Option<Vec<String>>,
pub sitelen_sitelen: Option<String>,
pub ucsur: Option<String>,
}Fields§
§sitelen_emosi: Option<String>§sitelen_jelo: Option<Vec<String>>§ligatures: Option<Vec<String>>§sitelen_sitelen: Option<String>§ucsur: Option<String>Trait Implementations§
Source§impl Debug for Representations
impl Debug for Representations
Source§impl<'de> Deserialize<'de> for Representations
impl<'de> Deserialize<'de> for Representations
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
Auto Trait Implementations§
impl Freeze for Representations
impl RefUnwindSafe for Representations
impl Send for Representations
impl Sync for Representations
impl Unpin for Representations
impl UnwindSafe for Representations
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