pub enum InferStatus {
Pending,
TypeComplete,
TypeIncomplete,
TypeUnknown,
}Expand description
推論状態
Variants§
Trait Implementations§
Source§impl Clone for InferStatus
impl Clone for InferStatus
Source§fn clone(&self) -> InferStatus
fn clone(&self) -> InferStatus
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 InferStatus
impl Debug for InferStatus
Source§impl Default for InferStatus
impl Default for InferStatus
Source§impl PartialEq for InferStatus
impl PartialEq for InferStatus
Source§fn eq(&self, other: &InferStatus) -> bool
fn eq(&self, other: &InferStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for InferStatus
impl Eq for InferStatus
impl StructuralPartialEq for InferStatus
Auto Trait Implementations§
impl Freeze for InferStatus
impl RefUnwindSafe for InferStatus
impl Send for InferStatus
impl Sync for InferStatus
impl Unpin for InferStatus
impl UnsafeUnpin for InferStatus
impl UnwindSafe for InferStatus
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