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