pub struct ParsedURLConfig {
pub trailing_slash: bool,
}Fields§
§trailing_slash: boolImplementations§
Source§impl ParsedURLConfig
impl ParsedURLConfig
pub fn new() -> Self
pub fn with_trailing_slash(self, trailing_slash: bool) -> Self
Trait Implementations§
Source§impl Default for ParsedURLConfig
impl Default for ParsedURLConfig
Source§fn default() -> ParsedURLConfig
fn default() -> ParsedURLConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ParsedURLConfig
impl RefUnwindSafe for ParsedURLConfig
impl Send for ParsedURLConfig
impl Sync for ParsedURLConfig
impl Unpin for ParsedURLConfig
impl UnwindSafe for ParsedURLConfig
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