pub struct DocsClient { /* private fields */ }Expand description
Docs 入口:docs.config() 直路径访问(ADR 0001:5 个 config-holder 子客户端已砍,~15 个真 helper 全保留)。
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 !RefUnwindSafe for DocsClient
impl !UnwindSafe for DocsClient
impl Freeze for DocsClient
impl Send for DocsClient
impl Sync for DocsClient
impl Unpin for DocsClient
impl UnsafeUnpin 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