pub struct DefaultTextInputTemplate;Trait Implementations§
Source§impl Clone for DefaultTextInputTemplate
impl Clone for DefaultTextInputTemplate
Source§fn clone(&self) -> DefaultTextInputTemplate
fn clone(&self) -> DefaultTextInputTemplate
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 TextInputTemplate for DefaultTextInputTemplate
impl TextInputTemplate for DefaultTextInputTemplate
fn create(&self) -> Rc<dyn TextInputPresenter>
Auto Trait Implementations§
impl Freeze for DefaultTextInputTemplate
impl RefUnwindSafe for DefaultTextInputTemplate
impl Send for DefaultTextInputTemplate
impl Sync for DefaultTextInputTemplate
impl Unpin for DefaultTextInputTemplate
impl UnsafeUnpin for DefaultTextInputTemplate
impl UnwindSafe for DefaultTextInputTemplate
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