pub struct FreedesktopPortalProxyResolver { /* private fields */ }Expand description
A proxy resolver which uses the Freedesktop proxy resolver portal.
This struct only holds the underlying zbus::Connection; consequently it’s cheap to clone
this struct.
Implementations§
Source§impl<'a> FreedesktopPortalProxyResolver
impl<'a> FreedesktopPortalProxyResolver
Trait Implementations§
Source§impl Clone for FreedesktopPortalProxyResolver
impl Clone for FreedesktopPortalProxyResolver
Source§fn clone(&self) -> FreedesktopPortalProxyResolver
fn clone(&self) -> FreedesktopPortalProxyResolver
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 moreAuto Trait Implementations§
impl Freeze for FreedesktopPortalProxyResolver
impl !RefUnwindSafe for FreedesktopPortalProxyResolver
impl Send for FreedesktopPortalProxyResolver
impl Sync for FreedesktopPortalProxyResolver
impl Unpin for FreedesktopPortalProxyResolver
impl !UnwindSafe for FreedesktopPortalProxyResolver
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