pub struct GTcpWrapperConnectionPrivate(/* private fields */);Auto Trait Implementations§
impl Freeze for GTcpWrapperConnectionPrivate
impl RefUnwindSafe for GTcpWrapperConnectionPrivate
impl !Send for GTcpWrapperConnectionPrivate
impl !Sync for GTcpWrapperConnectionPrivate
impl Unpin for GTcpWrapperConnectionPrivate
impl UnwindSafe for GTcpWrapperConnectionPrivate
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