pub struct WikiClient { /* private fields */ }Expand description
Wiki API 客户端
Implementations§
Source§impl WikiClient
impl WikiClient
Auto Trait Implementations§
impl Freeze for WikiClient
impl !RefUnwindSafe for WikiClient
impl Send for WikiClient
impl Sync for WikiClient
impl Unpin for WikiClient
impl !UnwindSafe for WikiClient
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