pub enum UrlKind {
Url,
Scp,
Local,
}
Expand description
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UrlKind
impl RefUnwindSafe for UrlKind
impl Send for UrlKind
impl Sync for UrlKind
impl Unpin for UrlKind
impl UnwindSafe for UrlKind
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