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<HttpFormatIdentifier, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<HttpFormatIdentifier, <D as Deserializer<'de>>::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 Serialize for HttpFormatIdentifier
impl Serialize for HttpFormatIdentifier
source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
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