pub struct ValueMatches {
pub entries: Vec<ValueMatch>,
pub pending: bool,
}Fields§
§entries: Vec<ValueMatch>§pending: boolTrait Implementations§
Source§impl Clone for ValueMatches
impl Clone for ValueMatches
Source§fn clone(&self) -> ValueMatches
fn clone(&self) -> ValueMatches
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ValueMatches
impl Debug for ValueMatches
impl Eq for ValueMatches
Source§impl PartialEq for ValueMatches
impl PartialEq for ValueMatches
impl StructuralPartialEq for ValueMatches
Auto Trait Implementations§
impl Freeze for ValueMatches
impl RefUnwindSafe for ValueMatches
impl Send for ValueMatches
impl Sync for ValueMatches
impl Unpin for ValueMatches
impl UnsafeUnpin for ValueMatches
impl UnwindSafe for ValueMatches
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