pub struct IppParseResult {
pub header: IppHeader,
pub attributes: IppAttributes,
pub payload: Option<PayloadKind>,
}
Expand description
IPP parsing result
Fields§
§header: IppHeader
§attributes: IppAttributes
§payload: Option<PayloadKind>
Auto Trait Implementations§
impl Freeze for IppParseResult
impl !RefUnwindSafe for IppParseResult
impl Send for IppParseResult
impl !Sync for IppParseResult
impl Unpin for IppParseResult
impl !UnwindSafe for IppParseResult
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