pub struct HostCache { /* private fields */ }Expand description
Host cache for remembered remote daemons
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HostCache
impl RefUnwindSafe for HostCache
impl Send for HostCache
impl Sync for HostCache
impl Unpin for HostCache
impl UnsafeUnpin for HostCache
impl UnwindSafe for HostCache
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