pub struct Fmtp {
pub fmt: u8,
pub format_specific_params: Vec<FmtpParam>,
}Expand description
Format Parameters
See RFC 8866 Section 6.15 for more details
Fields§
§fmt: u8Payload format
format_specific_params: Vec<FmtpParam>Format specific parameters
Implementations§
Trait Implementations§
impl Eq for Fmtp
impl StructuralPartialEq for Fmtp
Auto Trait Implementations§
impl Freeze for Fmtp
impl RefUnwindSafe for Fmtp
impl Send for Fmtp
impl Sync for Fmtp
impl Unpin for Fmtp
impl UnsafeUnpin for Fmtp
impl UnwindSafe for Fmtp
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