pub struct PluginApi { /* private fields */ }Implementations§
Source§impl PluginApi
impl PluginApi
pub fn new(context: Arc<WechatContext>) -> Self
pub async fn manage_plugin_application( &self, request: &ManagePluginApplicationRequest, ) -> Result<PluginResponse, WechatError>
pub async fn manage_plugin( &self, request: &ManagePluginRequest, ) -> Result<PluginResponse, WechatError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PluginApi
impl !RefUnwindSafe for PluginApi
impl Send for PluginApi
impl Sync for PluginApi
impl Unpin for PluginApi
impl UnsafeUnpin for PluginApi
impl !UnwindSafe for PluginApi
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