pub struct UncheckedPrime { /* private fields */ }Expand description
Type for serialization and sending over the network
Trait Implementations§
Source§impl Clone for UncheckedPrime
impl Clone for UncheckedPrime
Source§fn clone(&self) -> UncheckedPrime
fn clone(&self) -> UncheckedPrime
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 UncheckedPrime
impl Debug for UncheckedPrime
Source§impl<'de> Deserialize<'de> for UncheckedPrime
impl<'de> Deserialize<'de> for UncheckedPrime
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<Prime> for UncheckedPrime
impl From<Prime> for UncheckedPrime
Source§impl PartialEq for UncheckedPrime
impl PartialEq for UncheckedPrime
Source§impl Serialize for UncheckedPrime
impl Serialize for UncheckedPrime
Source§impl TryFrom<UncheckedPrime> for Prime
impl TryFrom<UncheckedPrime> for Prime
impl Eq for UncheckedPrime
impl StructuralPartialEq for UncheckedPrime
Auto Trait Implementations§
impl Freeze for UncheckedPrime
impl RefUnwindSafe for UncheckedPrime
impl Send for UncheckedPrime
impl Sync for UncheckedPrime
impl Unpin for UncheckedPrime
impl UnwindSafe for UncheckedPrime
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