pub struct PgSocket {
pub(crate) socket: i32,
}Fields§
§socket: i32Implementations§
Auto Trait Implementations§
impl Freeze for PgSocket
impl RefUnwindSafe for PgSocket
impl Send for PgSocket
impl Sync for PgSocket
impl Unpin for PgSocket
impl UnsafeUnpin for PgSocket
impl UnwindSafe for PgSocket
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