pub enum UrlType {
Timeweb,
GoogleDrive,
Yandex,
}Expand description
UrlType : An enumeration. An enumeration.
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
Source§impl Ord for UrlType
impl Ord for UrlType
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for UrlType
impl PartialOrd for UrlType
impl Copy for UrlType
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 UnsafeUnpin 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