pub enum LeanImportLevel {
Exported,
Server,
Private,
}Expand description
Closed import levels used by diagnostic profiling imports.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LeanImportLevel
impl Clone for LeanImportLevel
Source§fn clone(&self) -> LeanImportLevel
fn clone(&self) -> LeanImportLevel
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 LeanImportLevel
Source§impl Debug for LeanImportLevel
impl Debug for LeanImportLevel
impl Eq for LeanImportLevel
Source§impl PartialEq for LeanImportLevel
impl PartialEq for LeanImportLevel
impl StructuralPartialEq for LeanImportLevel
Auto Trait Implementations§
impl Freeze for LeanImportLevel
impl RefUnwindSafe for LeanImportLevel
impl Send for LeanImportLevel
impl Sync for LeanImportLevel
impl Unpin for LeanImportLevel
impl UnsafeUnpin for LeanImportLevel
impl UnwindSafe for LeanImportLevel
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