pub struct JukugoEntry {
pub reading: &'static str,
pub kanji: &'static str,
pub freq: u32,
}Fields§
§reading: &'static str§kanji: &'static str§freq: u32Trait Implementations§
Source§impl Clone for JukugoEntry
impl Clone for JukugoEntry
Source§fn clone(&self) -> JukugoEntry
fn clone(&self) -> JukugoEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 JukugoEntry
impl Debug for JukugoEntry
impl Copy for JukugoEntry
Auto Trait Implementations§
impl Freeze for JukugoEntry
impl RefUnwindSafe for JukugoEntry
impl Send for JukugoEntry
impl Sync for JukugoEntry
impl Unpin for JukugoEntry
impl UnsafeUnpin for JukugoEntry
impl UnwindSafe for JukugoEntry
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