pub struct FieldId(/* private fields */);Expand description
字段ID
Implementations§
Trait Implementations§
Source§impl Ord for FieldId
impl Ord for FieldId
Source§impl PartialOrd<u16> for FieldId
impl PartialOrd<u16> 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 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