pub struct AdminListDocsSections<'a> { /* private fields */ }Expand description
Builder for Client::admin_list_docs_sections
Implementations§
Source§impl<'a> AdminListDocsSections<'a>
impl<'a> AdminListDocsSections<'a>
pub fn new(client: &'a Client) -> Self
Sourcepub async fn send(
self,
) -> Result<ResponseValue<AdminListDocsSectionsResponse>, Error<()>>
pub async fn send( self, ) -> Result<ResponseValue<AdminListDocsSectionsResponse>, Error<()>>
Sends a GET request to /api/admin/docs/sections/
Trait Implementations§
Source§impl<'a> Clone for AdminListDocsSections<'a>
impl<'a> Clone for AdminListDocsSections<'a>
Source§fn clone(&self) -> AdminListDocsSections<'a>
fn clone(&self) -> AdminListDocsSections<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for AdminListDocsSections<'a>
impl<'a> !RefUnwindSafe for AdminListDocsSections<'a>
impl<'a> Send for AdminListDocsSections<'a>
impl<'a> Sync for AdminListDocsSections<'a>
impl<'a> Unpin for AdminListDocsSections<'a>
impl<'a> UnsafeUnpin for AdminListDocsSections<'a>
impl<'a> !UnwindSafe for AdminListDocsSections<'a>
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