Struct regex_syntax::hir::print::PrinterBuilder
source · 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 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 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