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