pub enum DocsApiV1 {
ContentGet,
}Expand description
Docs API V1 端点枚举
Variants§
ContentGet
获取云文档内容
Implementations§
Trait Implementations§
impl StructuralPartialEq for DocsApiV1
Auto Trait Implementations§
impl Freeze for DocsApiV1
impl RefUnwindSafe for DocsApiV1
impl Send for DocsApiV1
impl Sync for DocsApiV1
impl Unpin for DocsApiV1
impl UnsafeUnpin for DocsApiV1
impl UnwindSafe for DocsApiV1
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