pub struct AdminClient { /* private fields */ }Implementations§
Source§impl AdminClient
impl AdminClient
pub fn new(client_config: Arc<ClientConfig>) -> Result<Self>
pub async fn registry(&self) -> Result<()>
pub async fn registry_remove(&self) -> Result<()>
pub async fn callback(&self, params: &Vec<CallbackParam>) -> Result<()>
pub fn convert(resp: &ResponseWrap) -> Result<XxlApiResult<String>>
Trait Implementations§
Source§impl Clone for AdminClient
impl Clone for AdminClient
Source§fn clone(&self) -> AdminClient
fn clone(&self) -> AdminClient
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AdminClient
impl !RefUnwindSafe for AdminClient
impl Send for AdminClient
impl Sync for AdminClient
impl Unpin for AdminClient
impl !UnwindSafe for AdminClient
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