pub struct ContextPattern {
pub pattern: String,
pub indicates: String,
pub weight: f32,
}Expand description
Context pattern for analysis
Fields§
§pattern: String§indicates: String§weight: f32Trait Implementations§
Source§impl Clone for ContextPattern
impl Clone for ContextPattern
Source§fn clone(&self) -> ContextPattern
fn clone(&self) -> ContextPattern
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 ContextPattern
impl RefUnwindSafe for ContextPattern
impl Send for ContextPattern
impl Sync for ContextPattern
impl Unpin for ContextPattern
impl UnwindSafe for ContextPattern
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