pub struct WebexpressClient { /* private fields */ }Implementations§
Source§impl WebexpressClient
impl WebexpressClient
pub fn builder() -> WebExpressBuilder
pub async fn upload_distributor_list( &self, job: WebexpressJob, ) -> Result<String, Box<dyn Error>>
Auto Trait Implementations§
impl Freeze for WebexpressClient
impl !RefUnwindSafe for WebexpressClient
impl Send for WebexpressClient
impl Sync for WebexpressClient
impl Unpin for WebexpressClient
impl UnsafeUnpin for WebexpressClient
impl !UnwindSafe for WebexpressClient
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