pub struct DebugRenderer {}
Trait Implementations§
Source§impl Renderer for DebugRenderer
impl Renderer for DebugRenderer
Auto Trait Implementations§
impl Freeze for DebugRenderer
impl RefUnwindSafe for DebugRenderer
impl Send for DebugRenderer
impl Sync for DebugRenderer
impl Unpin for DebugRenderer
impl UnwindSafe for DebugRenderer
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