pub enum BaikeApiV1 {
}Expand description
Baike知识库 API v1 端点
Variants§
DraftCreate
草稿管理
DraftUpdate(String)
公开项说明。
EntityCreate
词条管理
EntityUpdate(String)
公开项说明。
EntityGet(String)
公开项说明。
EntityDelete(String)
公开项说明。
EntityList
公开项说明。
EntityMatch
公开项说明。
EntitySearch
公开项说明。
EntityHighlight
公开项说明。
EntityExtract
公开项说明。
ClassificationList
分类管理
FileUpload
文件管理
FileDownload(String)
公开项说明。
Implementations§
Trait Implementations§
Source§impl Clone for BaikeApiV1
impl Clone for BaikeApiV1
Source§fn clone(&self) -> BaikeApiV1
fn clone(&self) -> BaikeApiV1
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 moreSource§impl Debug for BaikeApiV1
impl Debug for BaikeApiV1
Source§impl PartialEq for BaikeApiV1
impl PartialEq for BaikeApiV1
Source§fn eq(&self, other: &BaikeApiV1) -> bool
fn eq(&self, other: &BaikeApiV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BaikeApiV1
Auto Trait Implementations§
impl Freeze for BaikeApiV1
impl RefUnwindSafe for BaikeApiV1
impl Send for BaikeApiV1
impl Sync for BaikeApiV1
impl Unpin for BaikeApiV1
impl UnsafeUnpin for BaikeApiV1
impl UnwindSafe for BaikeApiV1
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