pub struct UnsignedInt64AsBase10(/* private fields */);Implementations§
Source§impl UnsignedInt64AsBase10
impl UnsignedInt64AsBase10
pub const IDENTIFIER: &'static str = "Storage.UnsignedInt64AsBase10"
Trait Implementations§
Source§impl AsRef<str> for UnsignedInt64AsBase10
impl AsRef<str> for UnsignedInt64AsBase10
Source§impl Clone for UnsignedInt64AsBase10
impl Clone for UnsignedInt64AsBase10
Source§fn clone(&self) -> UnsignedInt64AsBase10
fn clone(&self) -> UnsignedInt64AsBase10
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UnsignedInt64AsBase10
impl Debug for UnsignedInt64AsBase10
Source§impl Default for UnsignedInt64AsBase10
impl Default for UnsignedInt64AsBase10
Source§fn default() -> UnsignedInt64AsBase10
fn default() -> UnsignedInt64AsBase10
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UnsignedInt64AsBase10
impl<'de> Deserialize<'de> for UnsignedInt64AsBase10
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
Source§impl From<String> for UnsignedInt64AsBase10
impl From<String> for UnsignedInt64AsBase10
Source§impl From<UnsignedInt64AsBase10> for String
impl From<UnsignedInt64AsBase10> for String
Source§fn from(el: UnsignedInt64AsBase10) -> String
fn from(el: UnsignedInt64AsBase10) -> String
Converts to this type from the input type.
Source§impl Hash for UnsignedInt64AsBase10
impl Hash for UnsignedInt64AsBase10
Source§impl PartialEq for UnsignedInt64AsBase10
impl PartialEq for UnsignedInt64AsBase10
Source§impl Serialize for UnsignedInt64AsBase10
impl Serialize for UnsignedInt64AsBase10
impl Eq for UnsignedInt64AsBase10
impl StructuralPartialEq for UnsignedInt64AsBase10
Auto Trait Implementations§
impl Freeze for UnsignedInt64AsBase10
impl RefUnwindSafe for UnsignedInt64AsBase10
impl Send for UnsignedInt64AsBase10
impl Sync for UnsignedInt64AsBase10
impl Unpin for UnsignedInt64AsBase10
impl UnwindSafe for UnsignedInt64AsBase10
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