pub struct BetaMemory {
    pub partial_matches: Vec<Vec<(String, String)>>,
}Fields§
§partial_matches: Vec<Vec<(String, String)>>Trait Implementations§
Source§impl Clone for BetaMemory
 
impl Clone for BetaMemory
Source§fn clone(&self) -> BetaMemory
 
fn clone(&self) -> BetaMemory
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 BetaMemory
impl RefUnwindSafe for BetaMemory
impl Send for BetaMemory
impl Sync for BetaMemory
impl Unpin for BetaMemory
impl UnwindSafe for BetaMemory
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