pub struct TheHeader {
pub req_if_header: ReqIfHeader,
}
Fields§
§req_if_header: ReqIfHeader
Trait Implementations§
Source§impl YaSerialize for TheHeader
impl YaSerialize for TheHeader
fn serialize<W: Write>(&self, writer: &mut Serializer<W>) -> Result<(), String>
fn serialize_attributes( &self, source_attributes: Vec<OwnedAttribute>, source_namespace: Namespace, ) -> Result<(Vec<OwnedAttribute>, Namespace), String>
impl StructuralPartialEq for TheHeader
Auto Trait Implementations§
impl Freeze for TheHeader
impl RefUnwindSafe for TheHeader
impl Send for TheHeader
impl Sync for TheHeader
impl Unpin for TheHeader
impl UnwindSafe for TheHeader
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