pub struct PrintQueryScreens {}Expand description
The PrintQueryScreens request.
This request replies PrintQueryScreensReply.
Associated cookie types are PrintQueryScreensCookie and PrintQueryScreensCookieUnchecked.
Trait Implementations§
Source§impl Clone for PrintQueryScreens
impl Clone for PrintQueryScreens
Source§fn clone(&self) -> PrintQueryScreens
fn clone(&self) -> PrintQueryScreens
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 Debug for PrintQueryScreens
impl Debug for PrintQueryScreens
Source§impl RawRequest for PrintQueryScreens
impl RawRequest for PrintQueryScreens
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 Request for PrintQueryScreens
impl Request for PrintQueryScreens
Source§impl RequestWithReply for PrintQueryScreens
impl RequestWithReply for PrintQueryScreens
Source§type Reply = PrintQueryScreensReply
type Reply = PrintQueryScreensReply
Reply associated with the request
Source§type Cookie = PrintQueryScreensCookie
type Cookie = PrintQueryScreensCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = PrintQueryScreensCookieUnchecked
type CookieUnchecked = PrintQueryScreensCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for PrintQueryScreens
impl RefUnwindSafe for PrintQueryScreens
impl Send for PrintQueryScreens
impl Sync for PrintQueryScreens
impl Unpin for PrintQueryScreens
impl UnwindSafe for PrintQueryScreens
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