pub struct GioProxyResolver { /* private fields */ }Expand description
A convenience wrapper around gio::ProxyResolver.
See Gio.ProxyResolver for the underlying
Gio type.
This type can be cloned cheaply.
Implementations§
Source§impl GioProxyResolver
impl GioProxyResolver
Sourcepub fn new(resolver: ProxyResolver) -> Self
pub fn new(resolver: ProxyResolver) -> Self
Wrap the given GIO proxy resolver.
Trait Implementations§
Source§impl Clone for GioProxyResolver
impl Clone for GioProxyResolver
Source§fn clone(&self) -> GioProxyResolver
fn clone(&self) -> GioProxyResolver
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GioProxyResolver
impl Debug for GioProxyResolver
Source§impl Default for GioProxyResolver
impl Default for GioProxyResolver
Source§fn default() -> Self
fn default() -> Self
Get the default proxy resolver.
See gio::ProxyResolver::default, and g_proxy_resolver_get_default
for the underlying Gio function.
Auto Trait Implementations§
impl Freeze for GioProxyResolver
impl RefUnwindSafe for GioProxyResolver
impl !Send for GioProxyResolver
impl !Sync for GioProxyResolver
impl Unpin for GioProxyResolver
impl UnwindSafe for GioProxyResolver
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