pub struct SalesClient { /* private fields */ }Expand description
Client for the Yuki Sales SOAP service.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SalesClient
impl !RefUnwindSafe for SalesClient
impl Send for SalesClient
impl Sync for SalesClient
impl Unpin for SalesClient
impl UnsafeUnpin for SalesClient
impl !UnwindSafe for SalesClient
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