pub struct IntelligentMapping {
pub word: Option<String>,
pub field: Option<String>,
}
Fields§
§word: Option<String>
关键词
field: Option<String>
匹配字段
Implementations§
Source§impl IntelligentMapping
impl IntelligentMapping
pub fn new() -> IntelligentMapping
Trait Implementations§
Source§impl Clone for IntelligentMapping
impl Clone for IntelligentMapping
Source§fn clone(&self) -> IntelligentMapping
fn clone(&self) -> IntelligentMapping
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 IntelligentMapping
impl Debug for IntelligentMapping
Source§impl<'de> Deserialize<'de> for IntelligentMapping
impl<'de> Deserialize<'de> for IntelligentMapping
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for IntelligentMapping
impl PartialEq for IntelligentMapping
Source§impl Serialize for IntelligentMapping
impl Serialize for IntelligentMapping
impl StructuralPartialEq for IntelligentMapping
Auto Trait Implementations§
impl Freeze for IntelligentMapping
impl RefUnwindSafe for IntelligentMapping
impl Send for IntelligentMapping
impl Sync for IntelligentMapping
impl Unpin for IntelligentMapping
impl UnwindSafe for IntelligentMapping
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