Struct charon_lib::ast::types::TraitImplId   
source · #[repr(transparent)]pub struct TraitImplId {
    _raw: usize,
}Fields§
§_raw: usizeImplementations§
source§impl TraitImplId
 
impl TraitImplId
sourcepub const MAX_INDEX: usize = 4_294_967_295usize
 
pub const MAX_INDEX: usize = 4_294_967_295usize
If Self::CHECKS_MAX_INDEX is true, we’ll assert if trying to
produce a value larger than this in any of the ctors that don’t
have unchecked in their name.
sourcepub const CHECKS_MAX_INDEX: bool = true
 
pub const CHECKS_MAX_INDEX: bool = true
Does this index type assert if asked to construct an index larger than MAX_INDEX?
sourcepub fn from_foreign<F: Idx>(value: F) -> Self
 
pub fn from_foreign<F: Idx>(value: F) -> Self
Construct this index type from one in a different domain
sourcepub const fn from_usize_unchecked(value: usize) -> Self
 
pub const fn from_usize_unchecked(value: usize) -> Self
Construct from a usize without any checks.
sourcepub const fn from_raw_unchecked(raw: usize) -> Self
 
pub const fn from_raw_unchecked(raw: usize) -> Self
Construct from the underlying type without any checks.
sourcepub fn from_usize(value: usize) -> Self
 
pub fn from_usize(value: usize) -> Self
Construct this index type from a usize.
sourcepub fn check_index(v: usize)
 
pub fn check_index(v: usize)
Asserts v <= Self::MAX_INDEX unless Self::CHECKS_MAX_INDEX is false.
const _ENSURE_RAW_IS_UNSIGNED: [(); 0] = _
Trait Implementations§
source§impl Add<TraitImplId> for usize
 
impl Add<TraitImplId> for usize
§type Output = TraitImplId
 
type Output = TraitImplId
The resulting type after applying the 
+ operator.source§fn add(self, other: TraitImplId) -> TraitImplId
 
fn add(self, other: TraitImplId) -> TraitImplId
Performs the 
+ operation. Read moresource§impl Add<usize> for TraitImplId
 
impl Add<usize> for TraitImplId
source§impl Add for TraitImplId
 
impl Add for TraitImplId
§type Output = TraitImplId
 
type Output = TraitImplId
The resulting type after applying the 
+ operator.source§fn add(self, other: TraitImplId) -> TraitImplId
 
fn add(self, other: TraitImplId) -> TraitImplId
Performs the 
+ operation. Read moresource§impl AddAssign<usize> for TraitImplId
 
impl AddAssign<usize> for TraitImplId
source§fn add_assign(&mut self, other: usize)
 
fn add_assign(&mut self, other: usize)
Performs the 
+= operation. Read moresource§impl AddAssign for TraitImplId
 
impl AddAssign for TraitImplId
source§fn add_assign(&mut self, other: TraitImplId)
 
fn add_assign(&mut self, other: TraitImplId)
Performs the 
+= operation. Read moresource§impl Clone for TraitImplId
 
impl Clone for TraitImplId
source§fn clone(&self) -> TraitImplId
 
fn clone(&self) -> TraitImplId
Returns a copy of the value. Read more
1.0.0 · 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 TraitImplId
 
impl Debug for TraitImplId
source§impl<'a> DeclFormatter<TraitImplId> for FmtCtx<'a>
 
impl<'a> DeclFormatter<TraitImplId> for FmtCtx<'a>
fn format_decl(&self, id: TraitImplId) -> String
source§impl<'de> Deserialize<'de> for TraitImplId
 
impl<'de> Deserialize<'de> for TraitImplId
source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
 
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for TraitImplId
 
impl Display for TraitImplId
source§impl<'a> Formatter<TraitImplId> for FmtCtx<'a>
 
impl<'a> Formatter<TraitImplId> for FmtCtx<'a>
fn format_object(&self, id: TraitImplId) -> String
source§impl From<TraitImplId> for AnyTransId
 
impl From<TraitImplId> for AnyTransId
source§fn from(x: TraitImplId) -> Self
 
fn from(x: TraitImplId) -> Self
Converts to this type from the input type.
source§impl From<TraitImplId> for usize
 
impl From<TraitImplId> for usize
source§fn from(v: TraitImplId) -> usize
 
fn from(v: TraitImplId) -> usize
Converts to this type from the input type.
source§impl From<usize> for TraitImplId
 
impl From<usize> for TraitImplId
source§impl Hash for TraitImplId
 
impl Hash for TraitImplId
source§impl Idx for TraitImplId
 
impl Idx for TraitImplId
source§impl Index<TraitImplId> for TranslatedCrate
 
impl Index<TraitImplId> for TranslatedCrate
source§impl IndexMut<TraitImplId> for TranslatedCrate
 
impl IndexMut<TraitImplId> for TranslatedCrate
source§impl Ord for TraitImplId
 
impl Ord for TraitImplId
source§fn cmp(&self, other: &TraitImplId) -> Ordering
 
fn cmp(&self, other: &TraitImplId) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<TraitImplId> for usize
 
impl PartialEq<TraitImplId> for usize
source§impl PartialEq<usize> for TraitImplId
 
impl PartialEq<usize> for TraitImplId
source§impl PartialEq for TraitImplId
 
impl PartialEq for TraitImplId
source§impl PartialOrd<TraitImplId> for usize
 
impl PartialOrd<TraitImplId> for usize
source§impl PartialOrd<usize> for TraitImplId
 
impl PartialOrd<usize> for TraitImplId
source§impl PartialOrd for TraitImplId
 
impl PartialOrd for TraitImplId
source§impl Rem<usize> for TraitImplId
 
impl Rem<usize> for TraitImplId
source§impl Serialize for TraitImplId
 
impl Serialize for TraitImplId
source§impl Sub<TraitImplId> for usize
 
impl Sub<TraitImplId> for usize
§type Output = TraitImplId
 
type Output = TraitImplId
The resulting type after applying the 
- operator.source§fn sub(self, other: TraitImplId) -> TraitImplId
 
fn sub(self, other: TraitImplId) -> TraitImplId
Performs the 
- operation. Read moresource§impl Sub<usize> for TraitImplId
 
impl Sub<usize> for TraitImplId
source§impl Sub for TraitImplId
 
impl Sub for TraitImplId
§type Output = TraitImplId
 
type Output = TraitImplId
The resulting type after applying the 
- operator.source§fn sub(self, other: TraitImplId) -> TraitImplId
 
fn sub(self, other: TraitImplId) -> TraitImplId
Performs the 
- operation. Read moresource§impl SubAssign<usize> for TraitImplId
 
impl SubAssign<usize> for TraitImplId
source§fn sub_assign(&mut self, other: usize)
 
fn sub_assign(&mut self, other: usize)
Performs the 
-= operation. Read moresource§impl SubAssign for TraitImplId
 
impl SubAssign for TraitImplId
source§fn sub_assign(&mut self, other: TraitImplId)
 
fn sub_assign(&mut self, other: TraitImplId)
Performs the 
-= operation. Read moresource§impl TryFrom<AnyTransId> for TraitImplId
 
impl TryFrom<AnyTransId> for TraitImplId
impl Copy for TraitImplId
impl Eq for TraitImplId
impl StructuralPartialEq for TraitImplId
Auto Trait Implementations§
impl Freeze for TraitImplId
impl RefUnwindSafe for TraitImplId
impl Send for TraitImplId
impl Sync for TraitImplId
impl Unpin for TraitImplId
impl UnwindSafe for TraitImplId
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
    T: Copy,
 
impl<T> CloneToUninit for Twhere
    T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)§impl<Q, K> Comparable<K> for Q
 
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.§impl<I, T> ExtractContext<I, ()> for T
 
impl<I, T> ExtractContext<I, ()> for T
§fn extract_context(self, _original_input: I)
 
fn extract_context(self, _original_input: I)
Given the context attached to a nom error, and given the original
input to the nom parser, extract more the useful context information. Read more
§impl<I, T> IdxSliceIndex<I, T> for Iwhere
    I: Idx,
 
impl<I, T> IdxSliceIndex<I, T> for Iwhere
    I: Idx,
type Output = T
fn get( self, slice: &IndexSlice<I, [T]>, ) -> Option<&<I as IdxSliceIndex<I, T>>::Output>
fn get_mut( self, slice: &mut IndexSlice<I, [T]>, ) -> Option<&mut <I as IdxSliceIndex<I, T>>::Output>
fn index( self, slice: &IndexSlice<I, [T]>, ) -> &<I as IdxSliceIndex<I, T>>::Output
fn index_mut( self, slice: &mut IndexSlice<I, [T]>, ) -> &mut <I as IdxSliceIndex<I, T>>::Output
§impl<T> Indentable for Twhere
    T: Display,
 
impl<T> Indentable for Twhere
    T: Display,
§impl<T> Instrument for T
 
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
 
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more§impl<I> RecreateContext<I> for I
 
impl<I> RecreateContext<I> for I
§fn recreate_context(_original_input: I, tail: I) -> I
 
fn recreate_context(_original_input: I, tail: I) -> I
Given the original input, as well as the context reported by nom,
recreate a context in the original string where the error occurred. Read more