pub struct DeclarationSearchBias {
pub scope: DeclarationSearchScope,
pub prefix: String,
pub strict: bool,
pub weight: i32,
}Fields§
§scope: DeclarationSearchScope§prefix: String§strict: bool§weight: i32Trait Implementations§
Source§impl Clone for DeclarationSearchBias
impl Clone for DeclarationSearchBias
Source§fn clone(&self) -> DeclarationSearchBias
fn clone(&self) -> DeclarationSearchBias
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 DeclarationSearchBias
impl Debug for DeclarationSearchBias
impl Eq for DeclarationSearchBias
Source§impl<'lean> IntoLean<'lean> for DeclarationSearchBias
impl<'lean> IntoLean<'lean> for DeclarationSearchBias
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 DeclarationSearchBias
impl PartialEq for DeclarationSearchBias
impl StructuralPartialEq for DeclarationSearchBias
Auto Trait Implementations§
impl Freeze for DeclarationSearchBias
impl RefUnwindSafe for DeclarationSearchBias
impl Send for DeclarationSearchBias
impl Sync for DeclarationSearchBias
impl Unpin for DeclarationSearchBias
impl UnsafeUnpin for DeclarationSearchBias
impl UnwindSafe for DeclarationSearchBias
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