pub struct UintVal {
pub val: u32,
}Expand description
A wrapper for an unsigned integer val attribute.
Fields§
§val: u32Trait Implementations§
Source§impl<'de> Deserialize<'de> for UintVal
impl<'de> Deserialize<'de> for UintVal
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for UintVal
Auto Trait Implementations§
impl Freeze for UintVal
impl RefUnwindSafe for UintVal
impl Send for UintVal
impl Sync for UintVal
impl Unpin for UintVal
impl UnwindSafe for UintVal
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