pub struct DictionaryItemContent {
pub book_links: Vec<usize>,
}Fields§
§book_links: Vec<usize>Trait Implementations§
Source§impl Default for DictionaryItemContent
impl Default for DictionaryItemContent
Source§fn default() -> DictionaryItemContent
fn default() -> DictionaryItemContent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DictionaryItemContent
impl RefUnwindSafe for DictionaryItemContent
impl Send for DictionaryItemContent
impl Sync for DictionaryItemContent
impl Unpin for DictionaryItemContent
impl UnwindSafe for DictionaryItemContent
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