pub struct FintagClient { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for FintagClient
impl !RefUnwindSafe for FintagClient
impl Send for FintagClient
impl Sync for FintagClient
impl Unpin for FintagClient
impl UnsafeUnpin for FintagClient
impl !UnwindSafe for FintagClient
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