Struct x11rb_protocol::protocol::xprint::Detail
source · pub struct Detail(/* private fields */);
Implementations§
source§impl Detail
impl Detail
pub const START_JOB_NOTIFY: Self = _
pub const END_JOB_NOTIFY: Self = _
pub const START_DOC_NOTIFY: Self = _
pub const END_DOC_NOTIFY: Self = _
pub const START_PAGE_NOTIFY: Self = _
pub const END_PAGE_NOTIFY: Self = _
Trait Implementations§
source§impl<'de> Deserialize<'de> for Detail
impl<'de> Deserialize<'de> for Detail
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Ord for Detail
impl Ord for Detail
source§impl PartialEq for Detail
impl PartialEq for Detail
source§impl PartialOrd for Detail
impl PartialOrd for Detail
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Detail
impl Eq for Detail
impl StructuralPartialEq for Detail
Auto Trait Implementations§
impl Freeze for Detail
impl RefUnwindSafe for Detail
impl Send for Detail
impl Sync for Detail
impl Unpin for Detail
impl UnwindSafe for Detail
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