pub struct ListInboxParams {
pub include_completed: bool,
pub limit: u32,
}Fields§
§include_completed: bool§limit: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListInboxParams
impl RefUnwindSafe for ListInboxParams
impl Send for ListInboxParams
impl Sync for ListInboxParams
impl Unpin for ListInboxParams
impl UnsafeUnpin for ListInboxParams
impl UnwindSafe for ListInboxParams
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