Enum deno_doc::html::UrlResolveKind
source · pub enum UrlResolveKind<'a> {
Root,
AllSymbols,
File(&'a str),
Symbol {
file: &'a str,
symbol: &'a str,
},
}Expand description
Different current and target locations
Variants§
Implementations§
Trait Implementations§
source§impl<'a> Clone for UrlResolveKind<'a>
impl<'a> Clone for UrlResolveKind<'a>
source§fn clone(&self) -> UrlResolveKind<'a>
fn clone(&self) -> UrlResolveKind<'a>
Returns a copy 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 moresource§impl<'a> Debug for UrlResolveKind<'a>
impl<'a> Debug for UrlResolveKind<'a>
impl<'a> Copy for UrlResolveKind<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for UrlResolveKind<'a>
impl<'a> Send for UrlResolveKind<'a>
impl<'a> Sync for UrlResolveKind<'a>
impl<'a> Unpin for UrlResolveKind<'a>
impl<'a> UnwindSafe for UrlResolveKind<'a>
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