pub struct OptionMatches {
pub entries: Vec<OptionMatch>,
pub pending: bool,
}Fields§
§entries: Vec<OptionMatch>§pending: boolTrait Implementations§
Source§impl Clone for OptionMatches
impl Clone for OptionMatches
Source§fn clone(&self) -> OptionMatches
fn clone(&self) -> OptionMatches
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 OptionMatches
impl Debug for OptionMatches
impl Eq for OptionMatches
Source§impl PartialEq for OptionMatches
impl PartialEq for OptionMatches
impl StructuralPartialEq for OptionMatches
Auto Trait Implementations§
impl Freeze for OptionMatches
impl RefUnwindSafe for OptionMatches
impl Send for OptionMatches
impl Sync for OptionMatches
impl Unpin for OptionMatches
impl UnsafeUnpin for OptionMatches
impl UnwindSafe for OptionMatches
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