Struct Ciphertext
pub struct Ciphertext { /* private fields */ }Expand description
New owned buffer
Construct the reference version of this type through the algorithm API functions.
Optional support for serde if that feature is enabled.
Implementations§
§impl Ciphertext
impl Ciphertext
Trait Implementations§
§impl AsRef<[u8]> for Ciphertext
impl AsRef<[u8]> for Ciphertext
§impl Clone for Ciphertext
impl Clone for Ciphertext
§fn clone(&self) -> Ciphertext
fn clone(&self) -> Ciphertext
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 more§impl Debug for Ciphertext
impl Debug for Ciphertext
§impl PartialEq for Ciphertext
impl PartialEq for Ciphertext
impl Eq for Ciphertext
impl StructuralPartialEq for Ciphertext
Auto Trait Implementations§
impl Freeze for Ciphertext
impl RefUnwindSafe for Ciphertext
impl Send for Ciphertext
impl Sync for Ciphertext
impl Unpin for Ciphertext
impl UnsafeUnpin for Ciphertext
impl UnwindSafe for Ciphertext
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