Struct hyper_scripter::list::ListOptions
source · pub struct ListOptions<T = (), U = ()> {
pub grouping: Grouping,
pub plain: bool,
pub limit: Option<NonZeroUsize>,
pub queries: Vec<ListQuery>,
pub display_style: DisplayStyle<T, U>,
}
Fields§
§grouping: Grouping
§plain: bool
§limit: Option<NonZeroUsize>
§queries: Vec<ListQuery>
§display_style: DisplayStyle<T, U>
Trait Implementations§
Auto Trait Implementations§
impl<T, U> RefUnwindSafe for ListOptions<T, U>where T: RefUnwindSafe, U: RefUnwindSafe,
impl<T, U> Send for ListOptions<T, U>where T: Send, U: Send,
impl<T, U> Sync for ListOptions<T, U>where T: Sync, U: Sync,
impl<T, U> Unpin for ListOptions<T, U>where T: Unpin, U: Unpin,
impl<T, U> UnwindSafe for ListOptions<T, U>where T: UnwindSafe, U: UnwindSafe,
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