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