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