pub struct CsvFormat;Expand description
CSV representation.
Trait Implementations§
Source§impl ContentFormat for CsvFormat
impl ContentFormat for CsvFormat
Source§const CONTENT_TYPE: &'static str = "text/csv"
const CONTENT_TYPE: &'static str = "text/csv"
The MIME type this format produces (e.g.,
"application/json").Source§const DEFAULT_QUALITY: f32 = 1.0
const DEFAULT_QUALITY: f32 = 1.0
Quality weight for tie-breaking when the client accepts multiple
formats equally (0.0 - 1.0). Higher values are preferred. Read more
Auto Trait Implementations§
impl Freeze for CsvFormat
impl RefUnwindSafe for CsvFormat
impl Send for CsvFormat
impl Sync for CsvFormat
impl Unpin for CsvFormat
impl UnsafeUnpin for CsvFormat
impl UnwindSafe for CsvFormat
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