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