pub struct PrintGetOneAttributes<'a> {
pub context: Pcontext,
pub pool: u8,
pub name: &'a [String8],
}Expand description
The PrintGetOneAttributes request.
This request replies PrintGetOneAttributesReply.
Associated cookie types are PrintGetOneAttributesCookie and PrintGetOneAttributesCookieUnchecked.
Fields§
§context: Pcontext§pool: u8§name: &'a [String8]Trait Implementations§
Source§impl<'a> Clone for PrintGetOneAttributes<'a>
impl<'a> Clone for PrintGetOneAttributes<'a>
Source§fn clone(&self) -> PrintGetOneAttributes<'a>
fn clone(&self) -> PrintGetOneAttributes<'a>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for PrintGetOneAttributes<'a>
impl<'a> Debug for PrintGetOneAttributes<'a>
Source§impl<'a> RawRequest for PrintGetOneAttributes<'a>
impl<'a> RawRequest for PrintGetOneAttributes<'a>
Source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
Source§impl<'a> Request for PrintGetOneAttributes<'a>
impl<'a> Request for PrintGetOneAttributes<'a>
Source§impl<'a> RequestWithReply for PrintGetOneAttributes<'a>
impl<'a> RequestWithReply for PrintGetOneAttributes<'a>
Source§type Reply = PrintGetOneAttributesReply
type Reply = PrintGetOneAttributesReply
Reply associated with the request
Source§type Cookie = PrintGetOneAttributesCookie
type Cookie = PrintGetOneAttributesCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = PrintGetOneAttributesCookieUnchecked
type CookieUnchecked = PrintGetOneAttributesCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl<'a> Freeze for PrintGetOneAttributes<'a>
impl<'a> RefUnwindSafe for PrintGetOneAttributes<'a>
impl<'a> Send for PrintGetOneAttributes<'a>
impl<'a> Sync for PrintGetOneAttributes<'a>
impl<'a> Unpin for PrintGetOneAttributes<'a>
impl<'a> UnwindSafe for PrintGetOneAttributes<'a>
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