pub struct DucTextDynamicDictionarySource {
pub key: String,
}Fields§
§key: StringTrait Implementations§
Source§impl Clone for DucTextDynamicDictionarySource
impl Clone for DucTextDynamicDictionarySource
Source§fn clone(&self) -> DucTextDynamicDictionarySource
fn clone(&self) -> DucTextDynamicDictionarySource
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 PartialEq for DucTextDynamicDictionarySource
impl PartialEq for DucTextDynamicDictionarySource
Source§fn eq(&self, other: &DucTextDynamicDictionarySource) -> bool
fn eq(&self, other: &DucTextDynamicDictionarySource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DucTextDynamicDictionarySource
Auto Trait Implementations§
impl Freeze for DucTextDynamicDictionarySource
impl RefUnwindSafe for DucTextDynamicDictionarySource
impl Send for DucTextDynamicDictionarySource
impl Sync for DucTextDynamicDictionarySource
impl Unpin for DucTextDynamicDictionarySource
impl UnwindSafe for DucTextDynamicDictionarySource
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