pub struct DocsClient { /* private fields */ }Expand description
Docs 链式入口:docs.ccm.config() / docs.base.bitable.config()(按 feature 裁剪)
Implementations§
Trait Implementations§
Source§impl Clone for DocsClient
impl Clone for DocsClient
Source§fn clone(&self) -> DocsClient
fn clone(&self) -> DocsClient
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 Freeze for DocsClient
impl !RefUnwindSafe for DocsClient
impl Send for DocsClient
impl Sync for DocsClient
impl Unpin for DocsClient
impl UnsafeUnpin for DocsClient
impl !UnwindSafe for DocsClient
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