pub struct ListRevisions { /* private fields */ }Expand description
Request builder for listing moderated question revisions.
Implementations§
Source§impl ListRevisions
impl ListRevisions
Sourcepub fn limit(self, limit: u32) -> Self
pub fn limit(self, limit: u32) -> Self
Set maximum number of revisions returned (0-500, default: 100).
Sourcepub async fn send(self) -> Result<Vec<RevisionPayload>, DataApiError>
pub async fn send(self) -> Result<Vec<RevisionPayload>, DataApiError>
Execute the request.
Auto Trait Implementations§
impl !RefUnwindSafe for ListRevisions
impl !UnwindSafe for ListRevisions
impl Freeze for ListRevisions
impl Send for ListRevisions
impl Sync for ListRevisions
impl Unpin for ListRevisions
impl UnsafeUnpin for ListRevisions
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