pub struct RonValueRenderer;
Trait Implementations§
Source§impl Clone for RonValueRenderer
impl Clone for RonValueRenderer
Source§fn clone(&self) -> RonValueRenderer
fn clone(&self) -> RonValueRenderer
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 RonValueRenderer
impl Debug for RonValueRenderer
Source§impl Default for RonValueRenderer
impl Default for RonValueRenderer
Source§fn default() -> RonValueRenderer
fn default() -> RonValueRenderer
Returns the “default value” for a type. Read more
Source§impl Renderer<Value, Error> for RonValueRenderer
impl Renderer<Value, Error> for RonValueRenderer
fn render( &mut self, tree: &WidgetUnit, _: &CoordsMapping, _: &Layout, ) -> Result<Value, Error>
impl Copy for RonValueRenderer
Auto Trait Implementations§
impl Freeze for RonValueRenderer
impl RefUnwindSafe for RonValueRenderer
impl Send for RonValueRenderer
impl Sync for RonValueRenderer
impl Unpin for RonValueRenderer
impl UnwindSafe for RonValueRenderer
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