pub struct I32Field(pub PropertyPath, _);
Tuple Fields§
§0: PropertyPath
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for I32Field
impl !RefUnwindSafe for I32Field
impl !Send for I32Field
impl !Sync for I32Field
impl Unpin for I32Field
impl !UnwindSafe for I32Field
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