pub struct PrintRehashPrinterListRequest;Implementations§
Trait Implementations§
Source§impl Clone for PrintRehashPrinterListRequest
impl Clone for PrintRehashPrinterListRequest
Source§fn clone(&self) -> PrintRehashPrinterListRequest
fn clone(&self) -> PrintRehashPrinterListRequest
Returns a duplicate 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 Default for PrintRehashPrinterListRequest
impl Default for PrintRehashPrinterListRequest
Source§fn default() -> PrintRehashPrinterListRequest
fn default() -> PrintRehashPrinterListRequest
Returns the “default value” for a type. Read more
Source§impl Hash for PrintRehashPrinterListRequest
impl Hash for PrintRehashPrinterListRequest
Source§impl Ord for PrintRehashPrinterListRequest
impl Ord for PrintRehashPrinterListRequest
Source§fn cmp(&self, other: &PrintRehashPrinterListRequest) -> Ordering
fn cmp(&self, other: &PrintRehashPrinterListRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PrintRehashPrinterListRequest
impl PartialEq for PrintRehashPrinterListRequest
Source§fn eq(&self, other: &PrintRehashPrinterListRequest) -> bool
fn eq(&self, other: &PrintRehashPrinterListRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PrintRehashPrinterListRequest
impl PartialOrd for PrintRehashPrinterListRequest
impl Copy for PrintRehashPrinterListRequest
impl Eq for PrintRehashPrinterListRequest
impl StructuralPartialEq for PrintRehashPrinterListRequest
impl VoidRequest for PrintRehashPrinterListRequest
Auto Trait Implementations§
impl Freeze for PrintRehashPrinterListRequest
impl RefUnwindSafe for PrintRehashPrinterListRequest
impl Send for PrintRehashPrinterListRequest
impl Sync for PrintRehashPrinterListRequest
impl Unpin for PrintRehashPrinterListRequest
impl UnwindSafe for PrintRehashPrinterListRequest
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