pub struct Uint256(/* private fields */);Trait Implementations§
Source§impl<'de> Deserialize<'de> for Uint256
impl<'de> Deserialize<'de> for Uint256
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<Uint256> for CliqueValue
impl From<Uint256> for CliqueValue
Source§impl TryFrom<CliqueValue> for Uint256
impl TryFrom<CliqueValue> for Uint256
impl NotU8 for Uint256
impl StructuralPartialEq for Uint256
Auto Trait Implementations§
impl Freeze for Uint256
impl RefUnwindSafe for Uint256
impl Send for Uint256
impl Sync for Uint256
impl Unpin for Uint256
impl UnwindSafe for Uint256
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