pub enum UrlStyle {
File,
Server,
Negotiated,
}Expand description
URL style for cross-references.
Variants§
File
Use file.html#fragment
Server
Use server-side paths (strip trailing index.ext)
Negotiated
Negotiated: strip file extension and trailing index
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UrlStyle
impl RefUnwindSafe for UrlStyle
impl Send for UrlStyle
impl Sync for UrlStyle
impl Unpin for UrlStyle
impl UnsafeUnpin for UrlStyle
impl UnwindSafe for UrlStyle
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