pub struct PkePublic;Expand description
Marks a key as public for sealing keys
Trait Implementations§
Source§impl Ord for PkePublic
impl Ord for PkePublic
Source§impl PartialOrd for PkePublic
impl PartialOrd for PkePublic
impl Copy for PkePublic
impl Eq for PkePublic
impl StructuralPartialEq for PkePublic
Auto Trait Implementations§
impl Freeze for PkePublic
impl RefUnwindSafe for PkePublic
impl Send for PkePublic
impl Sync for PkePublic
impl Unpin for PkePublic
impl UnwindSafe for PkePublic
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