pub struct U64Text(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl<'de> Deserialize<'de> for U64Text
impl<'de> Deserialize<'de> for U64Text
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 Copy for U64Text
impl Eq for U64Text
impl StructuralPartialEq for U64Text
Auto Trait Implementations§
impl Freeze for U64Text
impl RefUnwindSafe for U64Text
impl Send for U64Text
impl Sync for U64Text
impl Unpin for U64Text
impl UnsafeUnpin for U64Text
impl UnwindSafe for U64Text
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