struct PrinterBuilder {
    _priv: (),
}Expand description
A builder for constructing a printer.
Note that since a printer doesn’t have any configuration knobs, this type remains unexported.
Fields§
§_priv: ()Implementations§
Trait Implementations§
Source§impl Clone for PrinterBuilder
 
impl Clone for PrinterBuilder
Source§fn clone(&self) -> PrinterBuilder
 
fn clone(&self) -> PrinterBuilder
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 Debug for PrinterBuilder
 
impl Debug for PrinterBuilder
Source§impl Default for PrinterBuilder
 
impl Default for PrinterBuilder
Source§fn default() -> PrinterBuilder
 
fn default() -> PrinterBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PrinterBuilder
impl RefUnwindSafe for PrinterBuilder
impl Send for PrinterBuilder
impl Sync for PrinterBuilder
impl Unpin for PrinterBuilder
impl UnwindSafe for PrinterBuilder
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