pub enum WikiApiV1 {
NodeSearch,
}Expand description
Wiki API V1 端点枚举
Variants§
NodeSearch
搜索Wiki
Implementations§
Trait Implementations§
impl StructuralPartialEq for WikiApiV1
Auto Trait Implementations§
impl Freeze for WikiApiV1
impl RefUnwindSafe for WikiApiV1
impl Send for WikiApiV1
impl Sync for WikiApiV1
impl Unpin for WikiApiV1
impl UnsafeUnpin for WikiApiV1
impl UnwindSafe for WikiApiV1
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