pub struct PublickeyEncoding(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PublickeyEncoding
impl Clone for PublickeyEncoding
Source§fn clone(&self) -> PublickeyEncoding
fn clone(&self) -> PublickeyEncoding
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 PublickeyEncoding
impl Debug for PublickeyEncoding
Source§impl Hash for PublickeyEncoding
impl Hash for PublickeyEncoding
Source§impl Ord for PublickeyEncoding
impl Ord for PublickeyEncoding
Source§fn cmp(&self, other: &PublickeyEncoding) -> Ordering
fn cmp(&self, other: &PublickeyEncoding) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PublickeyEncoding
impl PartialEq for PublickeyEncoding
Source§impl PartialOrd for PublickeyEncoding
impl PartialOrd for PublickeyEncoding
impl Copy for PublickeyEncoding
impl Eq for PublickeyEncoding
impl StructuralPartialEq for PublickeyEncoding
Auto Trait Implementations§
impl Freeze for PublickeyEncoding
impl RefUnwindSafe for PublickeyEncoding
impl Send for PublickeyEncoding
impl Sync for PublickeyEncoding
impl Unpin for PublickeyEncoding
impl UnwindSafe for PublickeyEncoding
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