pub struct text_lookup { /* private fields */ }Trait Implementations§
Source§impl Clone for text_lookup
impl Clone for text_lookup
Source§fn clone(&self) -> text_lookup
fn clone(&self) -> text_lookup
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for text_lookup
impl Debug for text_lookup
impl Copy for text_lookup
Auto Trait Implementations§
impl Freeze for text_lookup
impl RefUnwindSafe for text_lookup
impl Send for text_lookup
impl Sync for text_lookup
impl Unpin for text_lookup
impl UnwindSafe for text_lookup
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)