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
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more