pub struct NoRendererOptions;Expand description
A default implementation of RendererOptions that does nothing.
Trait Implementations§
Source§impl Clone for NoRendererOptions
impl Clone for NoRendererOptions
Source§fn clone(&self) -> NoRendererOptions
fn clone(&self) -> NoRendererOptions
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 NoRendererOptions
impl Debug for NoRendererOptions
Source§impl Default for NoRendererOptions
impl Default for NoRendererOptions
Source§fn default() -> NoRendererOptions
fn default() -> NoRendererOptions
Returns the “default value” for a type. Read more
impl Copy for NoRendererOptions
impl RendererOptions for NoRendererOptions
Auto Trait Implementations§
impl Freeze for NoRendererOptions
impl RefUnwindSafe for NoRendererOptions
impl Send for NoRendererOptions
impl Sync for NoRendererOptions
impl Unpin for NoRendererOptions
impl UnsafeUnpin for NoRendererOptions
impl UnwindSafe for NoRendererOptions
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