pub struct IntString(/* private fields */);Expand description
IntString
Integer type holder that can be deserialized from Integer or String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for IntString
impl<'de> Deserialize<'de> for IntString
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 IntString
Auto Trait Implementations§
impl Freeze for IntString
impl RefUnwindSafe for IntString
impl Send for IntString
impl Sync for IntString
impl Unpin for IntString
impl UnwindSafe for IntString
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