pub struct Cryptogrammed;Expand description
Phantom: ACU has verified CCRYPT and is awaiting RMAC_I.
Trait Implementations§
Source§impl Clone for Cryptogrammed
impl Clone for Cryptogrammed
Source§fn clone(&self) -> Cryptogrammed
fn clone(&self) -> Cryptogrammed
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 Cryptogrammed
impl Debug for Cryptogrammed
impl Copy for Cryptogrammed
Auto Trait Implementations§
impl Freeze for Cryptogrammed
impl RefUnwindSafe for Cryptogrammed
impl Send for Cryptogrammed
impl Sync for Cryptogrammed
impl Unpin for Cryptogrammed
impl UnsafeUnpin for Cryptogrammed
impl UnwindSafe for Cryptogrammed
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