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