pub struct RendererFactory;Expand description
Small rendering facade for callers that prefer an object-style renderer.
Implementations§
Trait Implementations§
Source§impl Clone for RendererFactory
impl Clone for RendererFactory
Source§fn clone(&self) -> RendererFactory
fn clone(&self) -> RendererFactory
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RendererFactory
impl Debug for RendererFactory
Source§impl Default for RendererFactory
impl Default for RendererFactory
Source§fn default() -> RendererFactory
fn default() -> RendererFactory
Returns the “default value” for a type. Read more
Source§impl PartialEq for RendererFactory
impl PartialEq for RendererFactory
Source§fn eq(&self, other: &RendererFactory) -> bool
fn eq(&self, other: &RendererFactory) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RendererFactory
impl Eq for RendererFactory
impl StructuralPartialEq for RendererFactory
Auto Trait Implementations§
impl Freeze for RendererFactory
impl RefUnwindSafe for RendererFactory
impl Send for RendererFactory
impl Sync for RendererFactory
impl Unpin for RendererFactory
impl UnsafeUnpin for RendererFactory
impl UnwindSafe for RendererFactory
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