pub struct PublicExponent;
Expand description
The standard RSA public exponent, 65537.
Trait Implementations§
Source§impl Clone for PublicExponent
impl Clone for PublicExponent
Source§fn clone(&self) -> PublicExponent
fn clone(&self) -> PublicExponent
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 PublicExponent
impl Debug for PublicExponent
Source§impl<'de> Deserialize<'de> for PublicExponent
impl<'de> Deserialize<'de> for PublicExponent
Source§fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PublicExponent
impl PartialEq for PublicExponent
Source§impl Serialize for PublicExponent
impl Serialize for PublicExponent
impl Copy for PublicExponent
impl Eq for PublicExponent
impl StructuralPartialEq for PublicExponent
Auto Trait Implementations§
impl Freeze for PublicExponent
impl RefUnwindSafe for PublicExponent
impl Send for PublicExponent
impl Sync for PublicExponent
impl Unpin for PublicExponent
impl UnwindSafe for PublicExponent
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