pub struct PathResolver;Expand description
Single-tenant / path-based resolver. Equivalent to JSS’s
subdomainsEnabled=false mode: the URL path is the storage path
and there is no notion of a per-host pod.
Trait Implementations§
Source§impl PodResolver for PathResolver
impl PodResolver for PathResolver
Auto Trait Implementations§
impl Freeze for PathResolver
impl RefUnwindSafe for PathResolver
impl Send for PathResolver
impl Sync for PathResolver
impl Unpin for PathResolver
impl UnsafeUnpin for PathResolver
impl UnwindSafe for PathResolver
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