pub struct Lists {
pub lists: Vec<MailingList>,
pub searchable: bool,
}Fields§
§lists: Vec<MailingList>§searchable: boolFalse when index.header.List is unset, which makes List: unsearchable
and every row below useless. The client says so rather than showing rows
that match nothing.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Lists
impl RefUnwindSafe for Lists
impl Send for Lists
impl Sync for Lists
impl Unpin for Lists
impl UnsafeUnpin for Lists
impl UnwindSafe for Lists
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