pub enum Application {
Show 20 variants
Json,
XWwwFormUrlencoded,
Xml,
JavaScript,
Grpc,
OctetStream,
XJavaScript,
CspReport,
BondCompactBinary,
ReportsJson,
VndAppleMpegUrl,
XProtobuf,
Zip,
FontSFnt,
Wasm,
ForceDownload,
XGzip,
Jose,
FontWoff,
Pdf,
}Variants§
Json
XWwwFormUrlencoded
Xml
JavaScript
Grpc
OctetStream
XJavaScript
CspReport
BondCompactBinary
ReportsJson
VndAppleMpegUrl
XProtobuf
Zip
FontSFnt
Wasm
ForceDownload
XGzip
Jose
FontWoff
Trait Implementations§
Source§impl Clone for Application
impl Clone for Application
Source§fn clone(&self) -> Application
fn clone(&self) -> Application
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Display for Application
impl Display for Application
Auto Trait Implementations§
impl Freeze for Application
impl RefUnwindSafe for Application
impl Send for Application
impl Sync for Application
impl Unpin for Application
impl UnsafeUnpin for Application
impl UnwindSafe for Application
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