pub struct PasswordEncryption(/* private fields */);Implementations§
Source§impl PasswordEncryption
impl PasswordEncryption
pub fn new(data: &COSEEncrypt0) -> Self
Trait Implementations§
Source§impl Clone for PasswordEncryption
impl Clone for PasswordEncryption
Source§fn clone(&self) -> PasswordEncryption
fn clone(&self) -> PasswordEncryption
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 PasswordEncryption
impl Debug for PasswordEncryption
Source§impl Deserialize for PasswordEncryption
impl Deserialize for PasswordEncryption
fn deserialize<R: BufRead + Seek>( raw: &mut Deserializer<R>, ) -> Result<Self, DeserializeError>
Source§impl FromBytes for PasswordEncryption
impl FromBytes for PasswordEncryption
fn from_bytes(bytes: Vec<u8>) -> Result<PasswordEncryption, DeserializeError>
Source§impl Serialize for PasswordEncryption
impl Serialize for PasswordEncryption
fn serialize<'se, W: Write>( &self, serializer: &'se mut Serializer<W>, ) -> Result<&'se mut Serializer<W>>
Auto Trait Implementations§
impl Freeze for PasswordEncryption
impl RefUnwindSafe for PasswordEncryption
impl Send for PasswordEncryption
impl Sync for PasswordEncryption
impl Unpin for PasswordEncryption
impl UnwindSafe for PasswordEncryption
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