pub struct TextCaster { /* private fields */ }Expand description
On-demand text caster that converts values to text without re-querying
Implementations§
Source§impl TextCaster
impl TextCaster
Trait Implementations§
Source§impl Clone for TextCaster
impl Clone for TextCaster
Source§fn clone(&self) -> TextCaster
fn clone(&self) -> TextCaster
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 moreAuto Trait Implementations§
impl Freeze for TextCaster
impl !RefUnwindSafe for TextCaster
impl Send for TextCaster
impl Sync for TextCaster
impl Unpin for TextCaster
impl !UnwindSafe for TextCaster
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