Struct x11rb_protocol::protocol::xprint::Attr
source · pub struct Attr(/* private fields */);
Implementations§
source§impl Attr
impl Attr
pub const JOB_ATTR: Self = _
pub const DOC_ATTR: Self = _
pub const PAGE_ATTR: Self = _
pub const PRINTER_ATTR: Self = _
pub const SERVER_ATTR: Self = _
pub const MEDIUM_ATTR: Self = _
pub const SPOOLER_ATTR: Self = _
Trait Implementations§
source§impl<'de> Deserialize<'de> for Attr
impl<'de> Deserialize<'de> for Attr
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 Attr
impl Ord for Attr
source§impl PartialEq for Attr
impl PartialEq for Attr
source§impl PartialOrd for Attr
impl PartialOrd for Attr
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 Attr
impl Eq for Attr
impl StructuralPartialEq for Attr
Auto Trait Implementations§
impl Freeze for Attr
impl RefUnwindSafe for Attr
impl Send for Attr
impl Sync for Attr
impl Unpin for Attr
impl UnwindSafe for Attr
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