pub struct Ciphertext512(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<[u8]> for Ciphertext512
impl AsRef<[u8]> for Ciphertext512
Source§impl Clone for Ciphertext512
impl Clone for Ciphertext512
Source§fn clone(&self) -> Ciphertext512
fn clone(&self) -> Ciphertext512
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 Ciphertext512
impl Debug for Ciphertext512
Source§impl<'de> Deserialize<'de> for Ciphertext512
impl<'de> Deserialize<'de> for Ciphertext512
Source§fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for Ciphertext512
impl PartialEq for Ciphertext512
Source§impl Serialize for Ciphertext512
impl Serialize for Ciphertext512
Source§impl TryFrom<&[u8]> for Ciphertext512
impl TryFrom<&[u8]> for Ciphertext512
Source§type Error = LengthError
type Error = LengthError
The type returned in the event of a conversion error.
impl Eq for Ciphertext512
Auto Trait Implementations§
impl Freeze for Ciphertext512
impl RefUnwindSafe for Ciphertext512
impl Send for Ciphertext512
impl Sync for Ciphertext512
impl Unpin for Ciphertext512
impl UnsafeUnpin for Ciphertext512
impl UnwindSafe for Ciphertext512
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