pub struct RelatedWordItem {
pub word: String,
pub translation: String,
}Fields§
§word: String§translation: StringTrait Implementations§
Source§impl Clone for RelatedWordItem
impl Clone for RelatedWordItem
Source§fn clone(&self) -> RelatedWordItem
fn clone(&self) -> RelatedWordItem
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 RelatedWordItem
impl Debug for RelatedWordItem
Source§impl<'de> Deserialize<'de> for RelatedWordItem
impl<'de> Deserialize<'de> for RelatedWordItem
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 RelatedWordItem
impl PartialEq for RelatedWordItem
Source§impl Serialize for RelatedWordItem
impl Serialize for RelatedWordItem
impl Eq for RelatedWordItem
impl StructuralPartialEq for RelatedWordItem
Auto Trait Implementations§
impl Freeze for RelatedWordItem
impl RefUnwindSafe for RelatedWordItem
impl Send for RelatedWordItem
impl Sync for RelatedWordItem
impl Unpin for RelatedWordItem
impl UnsafeUnpin for RelatedWordItem
impl UnwindSafe for RelatedWordItem
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