pub struct FieldId { /* private fields */ }๐ฌThis is a nightly-only experimental API. (
type_info #146922)Expand description
Field representing type ID. Representing a field of a struct, tuple or enum variant.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Ord for FieldId
impl Ord for FieldId
1.21.0 (const: unstable) ยท 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 for FieldId
impl PartialEq for FieldId
Sourceยงimpl PartialOrd for FieldId
impl PartialOrd for FieldId
impl Copy for FieldId
impl Eq for FieldId
impl StructuralPartialEq for FieldId
Auto Trait Implementationsยง
impl Freeze for FieldId
impl RefUnwindSafe for FieldId
impl Send for FieldId
impl Sync for FieldId
impl Unpin for FieldId
impl UnsafeUnpin for FieldId
impl UnwindSafe for FieldId
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