pub struct Client { /* private fields */ }Implementations§
Source§impl Client
impl Client
pub fn new<T: Into<String>>(api_key: T) -> Self
pub fn from_env() -> Option<Self>
pub fn builder() -> ClientBuilder
pub fn clipzy_zai_xian_jian_tie_ban(&self) -> ClipzyZaiXianJianTieBanService<'_>
pub fn convert(&self) -> ConvertService<'_>
pub fn daily(&self) -> DailyService<'_>
pub fn game(&self) -> GameService<'_>
pub fn image(&self) -> ImageService<'_>
pub fn misc(&self) -> MiscService<'_>
pub fn network(&self) -> NetworkService<'_>
pub fn poem(&self) -> PoemService<'_>
pub fn random(&self) -> RandomService<'_>
pub fn status(&self) -> StatusService<'_>
pub fn text(&self) -> TextService<'_>
pub fn translate(&self) -> TranslateService<'_>
pub fn webparse(&self) -> WebparseService<'_>
pub fn min_gan_ci_shi_bie(&self) -> MinGanCiShiBieService<'_>
pub fn zhi_neng_sou_suo(&self) -> ZhiNengSouSuoService<'_>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Client
impl !RefUnwindSafe for Client
impl Send for Client
impl Sync for Client
impl Unpin for Client
impl !UnwindSafe for Client
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