pub enum DeclarationNameMatch {
Contains,
Suffix,
}Variants§
Trait Implementations§
Source§impl Clone for DeclarationNameMatch
impl Clone for DeclarationNameMatch
Source§fn clone(&self) -> DeclarationNameMatch
fn clone(&self) -> DeclarationNameMatch
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 moreimpl Copy for DeclarationNameMatch
Source§impl Debug for DeclarationNameMatch
impl Debug for DeclarationNameMatch
Source§impl Default for DeclarationNameMatch
impl Default for DeclarationNameMatch
Source§fn default() -> DeclarationNameMatch
fn default() -> DeclarationNameMatch
Returns the “default value” for a type. Read more
impl Eq for DeclarationNameMatch
Source§impl<'lean> IntoLean<'lean> for DeclarationNameMatch
impl<'lean> IntoLean<'lean> for DeclarationNameMatch
Source§fn into_lean(self, runtime: &'lean LeanRuntime) -> Obj<'lean>
fn into_lean(self, runtime: &'lean LeanRuntime) -> Obj<'lean>
Allocate (or scalar-box) a Lean representation of
self and return
the owned handle.Source§impl PartialEq for DeclarationNameMatch
impl PartialEq for DeclarationNameMatch
impl StructuralPartialEq for DeclarationNameMatch
Auto Trait Implementations§
impl Freeze for DeclarationNameMatch
impl RefUnwindSafe for DeclarationNameMatch
impl Send for DeclarationNameMatch
impl Sync for DeclarationNameMatch
impl Unpin for DeclarationNameMatch
impl UnsafeUnpin for DeclarationNameMatch
impl UnwindSafe for DeclarationNameMatch
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