pub enum UriEncoderMode {
Component,
FullUri,
}Variants§
Auto Trait Implementations§
impl Freeze for UriEncoderMode
impl RefUnwindSafe for UriEncoderMode
impl Send for UriEncoderMode
impl Sync for UriEncoderMode
impl Unpin for UriEncoderMode
impl UnwindSafe for UriEncoderMode
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