pub struct ThreadListFilters {
pub include_archived: bool,
pub limit: Option<usize>,
}Fields§
§include_archived: bool§limit: Option<usize>Trait Implementations§
Source§impl Clone for ThreadListFilters
impl Clone for ThreadListFilters
Source§fn clone(&self) -> ThreadListFilters
fn clone(&self) -> ThreadListFilters
Returns a duplicate of the value. Read more
1.0.0 · 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 ThreadListFilters
impl Debug for ThreadListFilters
Auto Trait Implementations§
impl Freeze for ThreadListFilters
impl RefUnwindSafe for ThreadListFilters
impl Send for ThreadListFilters
impl Sync for ThreadListFilters
impl Unpin for ThreadListFilters
impl UnsafeUnpin for ThreadListFilters
impl UnwindSafe for ThreadListFilters
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