pub struct ResolvedOutpostEntry {
pub entry: RegistryEntry,
pub path: PathBuf,
}Expand description
Registry entry resolved from an OutpostSelector.
The resolved registry entry and canonical registry path for an
OutpostSelector.
Fields§
§entry: RegistryEntry§path: PathBufTrait Implementations§
Source§impl Clone for ResolvedOutpostEntry
impl Clone for ResolvedOutpostEntry
Source§fn clone(&self) -> ResolvedOutpostEntry
fn clone(&self) -> ResolvedOutpostEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ResolvedOutpostEntry
impl Debug for ResolvedOutpostEntry
impl Eq for ResolvedOutpostEntry
Source§impl PartialEq for ResolvedOutpostEntry
impl PartialEq for ResolvedOutpostEntry
Source§fn eq(&self, other: &ResolvedOutpostEntry) -> bool
fn eq(&self, other: &ResolvedOutpostEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ResolvedOutpostEntry
Auto Trait Implementations§
impl Freeze for ResolvedOutpostEntry
impl RefUnwindSafe for ResolvedOutpostEntry
impl Send for ResolvedOutpostEntry
impl Sync for ResolvedOutpostEntry
impl Unpin for ResolvedOutpostEntry
impl UnsafeUnpin for ResolvedOutpostEntry
impl UnwindSafe for ResolvedOutpostEntry
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