pub struct HeaderAttribute {
pub main_value: String,
pub attributes: HashMap<String, String>,
}Fields§
§main_value: String§attributes: HashMap<String, String>Implementations§
Source§impl HeaderAttribute
impl HeaderAttribute
pub fn build<T>(part: T) -> HeaderAttribute
Auto Trait Implementations§
impl Freeze for HeaderAttribute
impl RefUnwindSafe for HeaderAttribute
impl Send for HeaderAttribute
impl Sync for HeaderAttribute
impl Unpin for HeaderAttribute
impl UnwindSafe for HeaderAttribute
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