pub enum UrlType {
None,
Https,
Ssh,
File,
}
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UrlType
impl<'de> Deserialize<'de> for UrlType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for UrlType
impl StructuralPartialEq for UrlType
Auto Trait Implementations§
impl Freeze for UrlType
impl RefUnwindSafe for UrlType
impl Send for UrlType
impl Sync for UrlType
impl Unpin for UrlType
impl UnwindSafe for UrlType
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