pub enum HttpFormatIdentifier {
Git,
Tarball,
}Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for HttpFormatIdentifier
impl<'de> Deserialize<'de> for HttpFormatIdentifier
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 Display for HttpFormatIdentifier
impl Display for HttpFormatIdentifier
source§impl FromStr for HttpFormatIdentifier
impl FromStr for HttpFormatIdentifier
source§impl IntoEnumIterator for HttpFormatIdentifier
impl IntoEnumIterator for HttpFormatIdentifier
type Iterator = HttpFormatIdentifierIter
fn iter() -> HttpFormatIdentifierIter ⓘ
Auto Trait Implementations§
impl Freeze for HttpFormatIdentifier
impl RefUnwindSafe for HttpFormatIdentifier
impl Send for HttpFormatIdentifier
impl Sync for HttpFormatIdentifier
impl Unpin for HttpFormatIdentifier
impl UnwindSafe for HttpFormatIdentifier
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