pub struct FishPi;Expand description
摸鱼派 Rust SDK 接口
Implementations§
Source§impl FishPi
impl FishPi
Sourcepub async fn pre_register(
data: &PreRegisterInfo,
) -> Result<ResponseResult, Error>
pub async fn pre_register( data: &PreRegisterInfo, ) -> Result<ResponseResult, Error>
预注册
data预注册数据
返回预注册结果
Sourcepub async fn register(data: &RegisterInfo) -> Result<ResponseResult, Error>
pub async fn register(data: &RegisterInfo) -> Result<ResponseResult, Error>
Auto Trait Implementations§
impl Freeze for FishPi
impl RefUnwindSafe for FishPi
impl Send for FishPi
impl Sync for FishPi
impl Unpin for FishPi
impl UnsafeUnpin for FishPi
impl UnwindSafe for FishPi
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