pub struct SerializedPublicKey { /* private fields */ }Trait Implementations§
Source§impl Debug for SerializedPublicKey
impl Debug for SerializedPublicKey
impl Eq for SerializedPublicKey
Source§impl Ord for SerializedPublicKey
impl Ord for SerializedPublicKey
Source§fn cmp(&self, other: &SerializedPublicKey) -> Ordering
fn cmp(&self, other: &SerializedPublicKey) -> Ordering
1.21.0 (const: unstable) · 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 SerializedPublicKey
impl PartialEq for SerializedPublicKey
Source§impl PartialOrd for SerializedPublicKey
impl PartialOrd for SerializedPublicKey
Source§impl Storable for SerializedPublicKey
impl Storable for SerializedPublicKey
Source§type PageReferences = Empty<u64>
type PageReferences = Empty<u64>
An iterator over the offsets to pages contained in this
value. Only values from this crate can generate non-empty
iterators, but combined values (like tuples) must chain the
iterators returned by method
page_offsets.Source§fn page_references(&self) -> Self::PageReferences
fn page_references(&self) -> Self::PageReferences
If this value is an offset to another page at offset
offset,
return Some(offset). Return None else.impl StructuralPartialEq for SerializedPublicKey
Source§impl UnsizedStorable for SerializedPublicKey
impl UnsizedStorable for SerializedPublicKey
Source§fn size(&self) -> usize
fn size(&self) -> usize
If Self::SIZE.is_some(), this must return the same
value. The default implementation is Self;:SIZE.unwrap().
const ALIGN: usize
Source§unsafe fn write_to_page(&self, p: *mut u8)
unsafe fn write_to_page(&self, p: *mut u8)
Write to a page. Must not overwrite the allocated size, but
this isn’t checked (which is why it’s unsafe).
unsafe fn from_raw_ptr<'a, T>(_: &T, p: *const u8) -> &'a Self
Auto Trait Implementations§
impl Freeze for SerializedPublicKey
impl RefUnwindSafe for SerializedPublicKey
impl Send for SerializedPublicKey
impl Sync for SerializedPublicKey
impl Unpin for SerializedPublicKey
impl UnsafeUnpin for SerializedPublicKey
impl UnwindSafe for SerializedPublicKey
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
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.