pub struct IntField {
pub value: i32,
}Fields§
§value: i32Implementations§
Trait Implementations§
impl Copy for IntField
impl Eq for IntField
Source§impl Ord for IntField
impl Ord for IntField
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 PartialOrd for IntField
impl PartialOrd for IntField
impl StructuralPartialEq for IntField
Auto Trait Implementations§
impl Freeze for IntField
impl RefUnwindSafe for IntField
impl Send for IntField
impl Sync for IntField
impl Unpin for IntField
impl UnsafeUnpin for IntField
impl UnwindSafe for IntField
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