#[repr(u16)]pub enum IppStatus {
Ok = 0,
ClientBadRequest = 1_024,
ClientNotFound = 1_030,
ServerInternal = 1_280,
}Expand description
IPP status codes (subset).
Variants§
Ok = 0
Successful.
ClientBadRequest = 1_024
Client error: bad request.
ClientNotFound = 1_030
Client error: not found.
ServerInternal = 1_280
Server error: internal.
Trait Implementations§
impl Copy for IppStatus
impl Eq for IppStatus
impl StructuralPartialEq for IppStatus
Auto Trait Implementations§
impl Freeze for IppStatus
impl RefUnwindSafe for IppStatus
impl Send for IppStatus
impl Sync for IppStatus
impl Unpin for IppStatus
impl UnwindSafe for IppStatus
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)