pub struct SubnetDirectoryResolver;Expand description
SubnetDirectoryResolver
Resolves the canonical SubnetDirectory view:
- Root rebuilds from registry
- Non-root uses imported snapshot
Implementations§
Source§impl SubnetDirectoryResolver
impl SubnetDirectoryResolver
pub fn resolve_view() -> SubnetDirectoryView
Auto Trait Implementations§
impl Freeze for SubnetDirectoryResolver
impl RefUnwindSafe for SubnetDirectoryResolver
impl Send for SubnetDirectoryResolver
impl Sync for SubnetDirectoryResolver
impl Unpin for SubnetDirectoryResolver
impl UnwindSafe for SubnetDirectoryResolver
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