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