pub struct IppResponse {
pub version: (u8, u8),
pub status: IppStatus,
pub request_id: u32,
pub attributes: BTreeMap<String, String>,
}Expand description
An IPP response.
Fields§
§version: (u8, u8)IPP version (major, minor).
status: IppStatusStatus code.
request_id: u32Request ID (matches the request).
attributes: BTreeMap<String, String>Response attributes.
Implementations§
Trait Implementations§
Source§impl Clone for IppResponse
impl Clone for IppResponse
Source§fn clone(&self) -> IppResponse
fn clone(&self) -> IppResponse
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for IppResponse
impl RefUnwindSafe for IppResponse
impl Send for IppResponse
impl Sync for IppResponse
impl Unpin for IppResponse
impl UnwindSafe for IppResponse
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)