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