Struct ofdb_seed::components::search_result_item::Mdl
source · [−]pub struct Mdl {
pub max_desc_len: usize,
pub max_tag_count: usize,
pub max_tag_len: usize,
pub max_title_len: usize,
}Fields
max_desc_len: usizemax_tag_count: usizemax_tag_len: usizemax_title_len: usizeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Mdl
impl Send for Mdl
impl Sync for Mdl
impl Unpin for Mdl
impl UnwindSafe for Mdl
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more