pub struct CipherData {
pub value: String,
}Expand description
Inline ciphertext data.
Fields§
§value: StringWhitespace-normalized base64 text from CipherValue.
Trait Implementations§
Source§impl Clone for CipherData
impl Clone for CipherData
Source§fn clone(&self) -> CipherData
fn clone(&self) -> CipherData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CipherData
impl Debug for CipherData
impl Eq for CipherData
Source§impl PartialEq for CipherData
impl PartialEq for CipherData
impl StructuralPartialEq for CipherData
Auto Trait Implementations§
impl Freeze for CipherData
impl RefUnwindSafe for CipherData
impl Send for CipherData
impl Sync for CipherData
impl Unpin for CipherData
impl UnsafeUnpin for CipherData
impl UnwindSafe for CipherData
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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