pub struct KuaInsight {
pub number: u8,
pub trigram: BilingualText,
pub direction: BilingualText,
pub meaning: BilingualText,
}Fields§
§number: u8§trigram: BilingualText§direction: BilingualText§meaning: BilingualTextTrait Implementations§
Source§impl Clone for KuaInsight
impl Clone for KuaInsight
Source§fn clone(&self) -> KuaInsight
fn clone(&self) -> KuaInsight
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 KuaInsight
impl Debug for KuaInsight
Source§impl<'de> Deserialize<'de> for KuaInsight
impl<'de> Deserialize<'de> for KuaInsight
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 KuaInsight
impl RefUnwindSafe for KuaInsight
impl Send for KuaInsight
impl Sync for KuaInsight
impl Unpin for KuaInsight
impl UnsafeUnpin for KuaInsight
impl UnwindSafe for KuaInsight
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