pub struct AdminDeleteDocsSection<'a> { /* private fields */ }Expand description
Builder for Client::admin_delete_docs_section
Implementations§
Source§impl<'a> AdminDeleteDocsSection<'a>
impl<'a> AdminDeleteDocsSection<'a>
Trait Implementations§
Source§impl<'a> Clone for AdminDeleteDocsSection<'a>
impl<'a> Clone for AdminDeleteDocsSection<'a>
Source§fn clone(&self) -> AdminDeleteDocsSection<'a>
fn clone(&self) -> AdminDeleteDocsSection<'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 AdminDeleteDocsSection<'a>
impl<'a> !RefUnwindSafe for AdminDeleteDocsSection<'a>
impl<'a> Send for AdminDeleteDocsSection<'a>
impl<'a> Sync for AdminDeleteDocsSection<'a>
impl<'a> Unpin for AdminDeleteDocsSection<'a>
impl<'a> UnsafeUnpin for AdminDeleteDocsSection<'a>
impl<'a> !UnwindSafe for AdminDeleteDocsSection<'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