pub struct ProtectedKeyPhase;Trait Implementations§
Source§impl Clone for ProtectedKeyPhase
impl Clone for ProtectedKeyPhase
Source§fn clone(&self) -> ProtectedKeyPhase
fn clone(&self) -> ProtectedKeyPhase
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 ProtectedKeyPhase
impl Debug for ProtectedKeyPhase
Source§impl PartialEq for ProtectedKeyPhase
impl PartialEq for ProtectedKeyPhase
impl Copy for ProtectedKeyPhase
impl StructuralPartialEq for ProtectedKeyPhase
Auto Trait Implementations§
impl Freeze for ProtectedKeyPhase
impl RefUnwindSafe for ProtectedKeyPhase
impl Send for ProtectedKeyPhase
impl Sync for ProtectedKeyPhase
impl Unpin for ProtectedKeyPhase
impl UnwindSafe for ProtectedKeyPhase
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