pub struct DailyService<'a> { /* private fields */ }Implementations§
Source§impl<'a> DailyService<'a>
impl<'a> DailyService<'a>
Sourcepub async fn get_daily_news_image(&self) -> Result<Value>
pub async fn get_daily_news_image(&self) -> Result<Value>
生成每日新闻摘要图片
Trait Implementations§
Source§impl<'a> Clone for DailyService<'a>
impl<'a> Clone for DailyService<'a>
Source§fn clone(&self) -> DailyService<'a>
fn clone(&self) -> DailyService<'a>
Returns a duplicate of the value. Read more
1.0.0 · 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 DailyService<'a>
impl<'a> !RefUnwindSafe for DailyService<'a>
impl<'a> Send for DailyService<'a>
impl<'a> Sync for DailyService<'a>
impl<'a> Unpin for DailyService<'a>
impl<'a> !UnwindSafe for DailyService<'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